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/kdenlive/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/kdenlive/Pkgfile')
-rw-r--r-- | kde/kdenlive/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kdenlive/Pkgfile b/kde/kdenlive/Pkgfile index 3e2021cb5..f44a10c5e 100644 --- a/kde/kdenlive/Pkgfile +++ b/kde/kdenlive/Pkgfile @@ -13,7 +13,7 @@ build() { cd $name-$version mkdir build cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=/usr/lib make make DESTDIR=$PKG install |