diff options
author | sibel <lesibel@free.fr> | 2011-01-03 13:07:04 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-03 13:07:04 +0100 |
commit | fb15a9e8e64b016b37f4073c7c1aaa15855f65ec (patch) | |
tree | ea84675f826bc797635cec285af23c3586cb3573 /kde/kdebindings/Pkgfile | |
parent | bc3fe797f2fa69f4891c1ebce778fa97bb9017fb (diff) | |
download | nutyx-pakxe-fb15a9e8e64b016b37f4073c7c1aaa15855f65ec.tar.gz nutyx-pakxe-fb15a9e8e64b016b37f4073c7c1aaa15855f65ec.tar.bz2 nutyx-pakxe-fb15a9e8e64b016b37f4073c7c1aaa15855f65ec.tar.xz nutyx-pakxe-fb15a9e8e64b016b37f4073c7c1aaa15855f65ec.zip |
kdebindings#4.5.4-3, coorection nom patch
Diffstat (limited to 'kde/kdebindings/Pkgfile')
-rwxr-xr-x | kde/kdebindings/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/kdebindings/Pkgfile b/kde/kdebindings/Pkgfile index 098e38651..40be580f6 100755 --- a/kde/kdebindings/Pkgfile +++ b/kde/kdebindings/Pkgfile @@ -8,11 +8,11 @@ name=kdebindings version=4.5.4 release=3 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 - sip4.12.patch ) + kdebindings4.5.4-sip.patch ) build() { cd $name-$version - patch -Np0 -i ../sip4.12.patch + patch -Np0 -i ../kdebindings4.5.4-sip.patch mkdir build cd build |