summaryrefslogtreecommitdiffstats
path: root/extra/automoc4
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-25 14:20:32 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-25 14:20:32 +0200
commitd4059caa72927212af8aac37add47a941aaf4028 (patch)
tree16548f6191293d9bc1034c6f6e1b5e56abb5fd73 /extra/automoc4
parenteebaf8c55e05c8443d0ab857a73e36489f61ad3f (diff)
downloadnutyx-pakxe-d4059caa72927212af8aac37add47a941aaf4028.tar.gz
nutyx-pakxe-d4059caa72927212af8aac37add47a941aaf4028.tar.bz2
nutyx-pakxe-d4059caa72927212af8aac37add47a941aaf4028.tar.xz
nutyx-pakxe-d4059caa72927212af8aac37add47a941aaf4028.zip
automoc4, dans usr
Diffstat (limited to 'extra/automoc4')
-rw-r--r--extra/automoc4/.footprint17
-rw-r--r--extra/automoc4/Pkgfile2
2 files changed, 9 insertions, 10 deletions
diff --git a/extra/automoc4/.footprint b/extra/automoc4/.footprint
index d2df85ef2..d5155ab47 100644
--- a/extra/automoc4/.footprint
+++ b/extra/automoc4/.footprint
@@ -1,9 +1,8 @@
-drwxr-xr-x root/root opt/
-drwxr-xr-x root/root opt/kde/
-drwxr-xr-x root/root opt/kde/bin/
--rwxr-xr-x root/root opt/kde/bin/automoc4
-drwxr-xr-x root/root opt/kde/lib/
-drwxr-xr-x root/root opt/kde/lib/automoc4/
--rw-r--r-- root/root opt/kde/lib/automoc4/Automoc4Config.cmake
--rw-r--r-- root/root opt/kde/lib/automoc4/Automoc4Version.cmake
--rw-r--r-- root/root opt/kde/lib/automoc4/automoc4.files.in
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/automoc4
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/automoc4/
+-rw-r--r-- root/root usr/lib/automoc4/Automoc4Config.cmake
+-rw-r--r-- root/root usr/lib/automoc4/Automoc4Version.cmake
+-rw-r--r-- root/root usr/lib/automoc4/automoc4.files.in
diff --git a/extra/automoc4/Pkgfile b/extra/automoc4/Pkgfile
index 4ed59e445..faa515cf0 100644
--- a/extra/automoc4/Pkgfile
+++ b/extra/automoc4/Pkgfile
@@ -13,7 +13,7 @@ build() {
cd $name-$version
mkdir build
cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install