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/kdebase-runtime/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/kdebase-runtime/Pkgfile')
-rwxr-xr-x | kde/kdebase-runtime/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kdebase-runtime/Pkgfile b/kde/kdebase-runtime/Pkgfile index 86834bf77..8c89f710a 100755 --- a/kde/kdebase-runtime/Pkgfile +++ b/kde/kdebase-runtime/Pkgfile @@ -13,7 +13,7 @@ build() { cd $name-$version mkdir build cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ |