diff options
Diffstat (limited to 'kde/attica/Pkgfile')
-rw-r--r-- | kde/attica/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/attica/Pkgfile b/kde/attica/Pkgfile index 6d027a50e..d6ac15c32 100644 --- a/kde/attica/Pkgfile +++ b/kde/attica/Pkgfile @@ -13,7 +13,7 @@ build() { mkdir build cd build cmake ../ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX + -DCMAKE_INSTALL_PREFIX=/usr make make DESTDIR=$PKG install } |