Prevent CVS keyword expansion.
This commit is contained in:
parent
6bf006d38c
commit
959c4d7b0e
@ -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.orig Sat Mar 9 15:13:00 2013
|
||||||
+++ sources/gorilla.tcl Sun May 10 12:51:54 2015
|
+++ sources/gorilla.tcl Mon May 11 09:46:31 2015
|
||||||
@@ -35,14 +35,7 @@ package provide app-gorilla 1.0
|
@@ -37,10 +37,3 @@
|
||||||
namespace eval ::gorilla {
|
|
||||||
variable Version {$Revision: 1.2 $}
|
|
||||||
|
|
||||||
- # find the location of the install directory even when "executing" a symlink
|
- # find the location of the install directory even when "executing" a symlink
|
||||||
- # pointing to the gorilla.tcl file
|
- # 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 Dir "${TRUEPREFIX}/lib/password-gorilla"
|
||||||
variable PicsDir [ file join $::gorilla::Dir pics ]
|
variable PicsDir [ file join $::gorilla::Dir pics ]
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user