diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 20:54:15 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 20:54:15 +0200 |
commit | 85f30501b16d19648e7f0c1f3190612161a03484 (patch) | |
tree | ea52b3af62e4fa6c46679c378f4bf456530ffdfb | |
parent | 9647ca44b4ed5766ee563eb5e3c3d608c451e563 (diff) | |
download | nutyx-extra-85f30501b16d19648e7f0c1f3190612161a03484.tar.gz nutyx-extra-85f30501b16d19648e7f0c1f3190612161a03484.tar.bz2 nutyx-extra-85f30501b16d19648e7f0c1f3190612161a03484.tar.xz nutyx-extra-85f30501b16d19648e7f0c1f3190612161a03484.zip |
gnokii, port nettoye
-rwxr-xr-x | kde/gnokii/Pkgfile | 2 | ||||
-rwxr-xr-x | kde/gnokii/gnokii.patch | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/kde/gnokii/Pkgfile b/kde/gnokii/Pkgfile index ab7312682..5901d02b5 100755 --- a/kde/gnokii/Pkgfile +++ b/kde/gnokii/Pkgfile @@ -8,7 +8,7 @@ name=gnokii version=0.6.29 release=2 source=(http://www.gnokii.org/download/$name/$name-$version.tar.bz2 \ - gnokii.patch) + http://nutyx.meticul.eu/files/patchs/$name/gnokii.patch) build() { cd $name-* diff --git a/kde/gnokii/gnokii.patch b/kde/gnokii/gnokii.patch deleted file mode 100755 index e64d81aa1..000000000 --- a/kde/gnokii/gnokii.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc gnokii-0.6.7/Docs/sample/gnokiirc ---- gnokii-0.6.7-old/Docs/sample/gnokiirc 2005-05-16 20:55:13.000000000 +0200 -+++ gnokii-0.6.7/Docs/sample/gnokiirc 2005-06-03 10:49:42.000000000 +0200 -@@ -112,7 +112,7 @@ - # permissions 4750, owned by root, group gnokii. Ensure you - # are in the gnokii group and that the group exists... - [gnokiid] --bindir = /usr/local/sbin/ -+bindir = /usr/sbin/ - - # Any entries in the following two sections will be set as environment - # variables when running the scripts. |