diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 14:16:35 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 14:16:35 +0200 |
commit | eebaf8c55e05c8443d0ab857a73e36489f61ad3f (patch) | |
tree | da3ccd077af2c308d282db1b022648e1c533e24a /kde/kdeadmin/Pkgfile | |
parent | 3981cb7d766ea9ab428aaa04e1a2f27403511ce7 (diff) | |
download | nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.gz nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.bz2 nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.xz nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.zip |
kde, tous les paquets vont dans /usr
Diffstat (limited to 'kde/kdeadmin/Pkgfile')
-rwxr-xr-x | kde/kdeadmin/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/kdeadmin/Pkgfile b/kde/kdeadmin/Pkgfile index af72da8ad..48e3f535b 100755 --- a/kde/kdeadmin/Pkgfile +++ b/kde/kdeadmin/Pkgfile @@ -15,8 +15,8 @@ build() { sed -i "/kpackage/d" CMakeLists.txt mkdir build cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ - -Dscriptsdir=$KDE_PREFIX/share/apps/knetworkconf/backends \ + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ + -Dscriptsdir=/usr/share/apps/knetworkconf/backends \ -DBUILD_doc=OFF make -j3 make DESTDIR=$PKG install |