diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-01 23:36:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-01 23:36:32 +0100 |
commit | d51889b6d536b4c1998a5e8372e04507aa47c3ca (patch) | |
tree | 40d231a30b6cf6cf49de35fa10b8e8e740ef4457 /kde/gnokii/Pkgfile | |
parent | 7cf2a6836d87286593bcffcf64b32e7774970ea7 (diff) | |
download | nutyx-pakxe-d51889b6d536b4c1998a5e8372e04507aa47c3ca.tar.gz nutyx-pakxe-d51889b6d536b4c1998a5e8372e04507aa47c3ca.tar.bz2 nutyx-pakxe-d51889b6d536b4c1998a5e8372e04507aa47c3ca.tar.xz nutyx-pakxe-d51889b6d536b4c1998a5e8372e04507aa47c3ca.zip |
maj gnokii#0.6.28.1-1
Diffstat (limited to 'kde/gnokii/Pkgfile')
-rwxr-xr-x | kde/gnokii/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/gnokii/Pkgfile b/kde/gnokii/Pkgfile index b9516fcb8..19752cb67 100755 --- a/kde/gnokii/Pkgfile +++ b/kde/gnokii/Pkgfile @@ -5,7 +5,7 @@ # Depends on: p5-xml-parser name=gnokii -version=0.6.27 +version=0.6.28.1 release=1 source=(http://www.gnokii.org/download/$name/gnokii-$version.tar.bz2 \ gnokii.patch) @@ -13,7 +13,7 @@ source=(http://www.gnokii.org/download/$name/gnokii-$version.tar.bz2 \ build() { - cd $name-$version + cd $name-* ./configure --prefix=$KDE_PREFIX sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in patch -Np1 -i $SRC/gnokii.patch |