diff options
Diffstat (limited to '')
-rw-r--r-- | security/gcipher/files/patch-gcipher | 2 | ||||
-rw-r--r-- | security/gcipher/files/patch-gcipher.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gcipher/files/patch-gcipher b/security/gcipher/files/patch-gcipher index cb48ac1009fb..2e7ba1abc059 100644 --- a/security/gcipher/files/patch-gcipher +++ b/security/gcipher/files/patch-gcipher @@ -10,7 +10,7 @@ diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher # Edit the path below if you need to port GCipher. import sys -# sys.path.append("/usr/share/gcipher/lib") -+sys.path.append("/usr/X11R6/share/gnome/gcipher/lib") ++sys.path.append("%%PREFIX%%/share/gcipher/lib") from os import environ from os.path import join diff --git a/security/gcipher/files/patch-gcipher.desktop b/security/gcipher/files/patch-gcipher.desktop index 6027a262a8dd..fa076993d6cc 100644 --- a/security/gcipher/files/patch-gcipher.desktop +++ b/security/gcipher/files/patch-gcipher.desktop @@ -6,7 +6,7 @@ diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop Comment[en_US.ISO8859-15]=A simple encryption tool Exec=gcipher -Icon=/usr/share/pixmaps/gnome-lockscreen.png -+Icon=/usr/X11R6/share/gnome/pixmaps/gnome-lockscreen.png ++Icon=gnome-lockscreen.png Terminal=false Type=Application StartupNotify=true |