Prevent CVS keyword expansion.

This commit is contained in:
ajacoutot 2015-05-11 07:49:22 +00:00
parent 6bf006d38c
commit 959c4d7b0e

View File

@ -1,9 +1,10 @@
$OpenBSD: patch-sources_gorilla_tcl,v 1.2 2015/05/10 10:52:57 ajacoutot Exp $
$OpenBSD: patch-sources_gorilla_tcl,v 1.3 2015/05/11 07:49:22 ajacoutot Exp $
XXX hand-made with diff -U1 to prevent CVS keyword expansion.
--- sources/gorilla.tcl.orig Sat Mar 9 15:13:00 2013
+++ sources/gorilla.tcl Sun May 10 12:51:54 2015
@@ -35,14 +35,7 @@ package provide app-gorilla 1.0
namespace eval ::gorilla {
variable Version {$Revision: 1.2 $}
+++ sources/gorilla.tcl Mon May 11 09:46:31 2015
@@ -37,10 +37,3 @@
- # find the location of the install directory even when "executing" a symlink
- # pointing to the gorilla.tcl file
@ -15,5 +16,3 @@ $OpenBSD: patch-sources_gorilla_tcl,v 1.2 2015/05/10 10:52:57 ajacoutot Exp $
-
+ variable Dir "${TRUEPREFIX}/lib/password-gorilla"
variable PicsDir [ file join $::gorilla::Dir pics ]
}