diff options
author | pierre <pierre@nutyx.(none)> | 2009-12-02 07:56:28 +0100 |
---|---|---|
committer | pierre <pierre@nutyx.(none)> | 2009-12-02 07:56:28 +0100 |
commit | d7d8bc2ff34bdb817b087c2b9cf49042214e50e9 (patch) | |
tree | 23321121b547db43ff035f0d6aed0bdea63aa4d0 /kde/gnokii/Pkgfile | |
parent | 875a293f8ab7de3856c79130fea23a3c35b1aa64 (diff) | |
parent | a8198d3257232a0f4bf3e21617b38fe1be0491a8 (diff) | |
download | nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.gz nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.bz2 nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.tar.xz nutyx-pakxe-d7d8bc2ff34bdb817b087c2b9cf49042214e50e9.zip |
Merge remote branch 'nutyx-2009/master'
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 |