diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:52:04 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:52:04 +0200 |
commit | 109d8454c251fd328fb8152b8c1c4abdf3ba5d51 (patch) | |
tree | cf6e855735c6346be2303fd4df5e59c1a5ab34aa /kde/kipi-plugins/Pkgfile | |
parent | ca32772977a8e6867b327c93a83ed09c2e03d47d (diff) | |
download | nutyx-pakxe-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.gz nutyx-pakxe-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.bz2 nutyx-pakxe-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.xz nutyx-pakxe-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.zip |
Ajustement de make de kipi-plugins
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-x | kde/kipi-plugins/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kipi-plugins/Pkgfile b/kde/kipi-plugins/Pkgfile index e3aa2a1c2..39c0c600d 100755 --- a/kde/kipi-plugins/Pkgfile +++ b/kde/kipi-plugins/Pkgfile @@ -15,6 +15,6 @@ build() { cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON - make -j5 + make make DESTDIR=$PKG install } |