diff options
author | tnut <tnut at nutyx dot com> | 2011-04-11 13:33:59 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-11 13:33:59 +0200 |
commit | 0b59a35ca7958e4f0343f1cb9ab9449ead7b687c (patch) | |
tree | cc4ea83f192ffa72ffaf8d4d0fbc041e57f3ce19 /kde/kdebase-runtime/Pkgfile | |
parent | c0aa26afa8d54521439bf9cdf44def083376578a (diff) | |
download | nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.gz nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.bz2 nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.xz nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.zip |
kdebase-runtime, maj 4.6.2-3
Diffstat (limited to 'kde/kdebase-runtime/Pkgfile')
-rwxr-xr-x | kde/kdebase-runtime/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde/kdebase-runtime/Pkgfile b/kde/kdebase-runtime/Pkgfile index 3951a047f..bddb942ba 100755 --- a/kde/kdebase-runtime/Pkgfile +++ b/kde/kdebase-runtime/Pkgfile @@ -8,7 +8,7 @@ name=kdebase-runtime version=4.6.2 -release=2 +release=3 source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) build() { @@ -17,6 +17,8 @@ build() { cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE_DEFAULT_HOME=.kde \ + -DSYSCONF_INSTALL_DIR=/etc/kde \ -DCMAKE_SKIP_RPATH=ON make make DESTDIR=$PKG install |