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/qimageblitz | |
parent | 3981cb7d766ea9ab428aaa04e1a2f27403511ce7 (diff) | |
download | nutyx-extra-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.gz nutyx-extra-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.bz2 nutyx-extra-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.xz nutyx-extra-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.zip |
kde, tous les paquets vont dans /usr
Diffstat (limited to 'kde/qimageblitz')
-rw-r--r-- | kde/qimageblitz/.footprint | 28 | ||||
-rwxr-xr-x | kde/qimageblitz/Pkgfile | 2 |
2 files changed, 15 insertions, 15 deletions
diff --git a/kde/qimageblitz/.footprint b/kde/qimageblitz/.footprint index f84d5f8d2..6b02d5146 100644 --- a/kde/qimageblitz/.footprint +++ b/kde/qimageblitz/.footprint @@ -1,15 +1,15 @@ 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/blitztest -drwxr-xr-x root/root opt/kde/include/ -drwxr-xr-x root/root opt/kde/include/qimageblitz/ --rw-r--r-- root/root opt/kde/include/qimageblitz/blitzcpu.h --rw-r--r-- root/root opt/kde/include/qimageblitz/qimageblitz.h --rw-r--r-- root/root opt/kde/include/qimageblitz/qimageblitz_export.h -drwxr-xr-x root/root opt/kde/lib/ -lrwxrwxrwx root/root opt/kde/lib/libqimageblitz.so -> libqimageblitz.so.4 -lrwxrwxrwx root/root opt/kde/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0 --rwxr-xr-x root/root opt/kde/lib/libqimageblitz.so.4.0.0 -drwxr-xr-x root/root opt/kde/lib/pkgconfig/ --rw-r--r-- root/root opt/kde/lib/pkgconfig/qimageblitz.pc +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/blitztest +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/qimageblitz/ +-rw-r--r-- root/root usr/include/qimageblitz/blitzcpu.h +-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz.h +-rw-r--r-- root/root usr/include/qimageblitz/qimageblitz_export.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libqimageblitz.so -> libqimageblitz.so.4 +lrwxrwxrwx root/root usr/lib/libqimageblitz.so.4 -> libqimageblitz.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libqimageblitz.so.4.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/qimageblitz.pc diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile index ed810f682..308bfeab8 100755 --- a/kde/qimageblitz/Pkgfile +++ b/kde/qimageblitz/Pkgfile @@ -14,7 +14,7 @@ build() { mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX .. + cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR=$PKG install |