diff options
author | sibel <lesibel@free.fr> | 2011-04-19 08:08:35 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-19 08:08:35 +0200 |
commit | ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b (patch) | |
tree | ccf1dd43e7aa26c86b262104c247919ce518c2a8 /kde/k3b/Pkgfile | |
parent | 7cb3d4b48f527b270781d21839c37294228da20e (diff) | |
download | nutyx-pakxe-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.gz nutyx-pakxe-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.bz2 nutyx-pakxe-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.xz nutyx-pakxe-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.zip |
k3b
Diffstat (limited to 'kde/k3b/Pkgfile')
-rw-r--r-- | kde/k3b/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/k3b/Pkgfile b/kde/k3b/Pkgfile index 09798f02e..2dcec908c 100644 --- a/kde/k3b/Pkgfile +++ b/kde/k3b/Pkgfile @@ -16,8 +16,10 @@ cd $SRC/ mkdir build cd build cmake ../$name-$version \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_DEFAULT_HOME=.kde \ + -DSYSCONF_INSTALL_DIR=/etc/kde make make DESTDIR=$PKG install |