diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 22:56:10 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 22:56:10 +0100 |
commit | 870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961 (patch) | |
tree | 8ae1b16e787eaed663222bfc7e4aa8de5b9b9e8e /base | |
parent | a31ee95e1eb3f7c5293a3c3904a08acfca0d07db (diff) | |
download | nutyx-pakxe-870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961.tar.gz nutyx-pakxe-870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961.tar.bz2 nutyx-pakxe-870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961.tar.xz nutyx-pakxe-870dbb96f0ca7cbd60d4aac5d6f9dbd60c9d4961.zip |
squashfs, binaires dans /bin
Diffstat (limited to 'base')
-rw-r--r-- | base/squashfs/.footprint | 8 | ||||
-rw-r--r-- | base/squashfs/Pkgfile | 7 |
2 files changed, 6 insertions, 9 deletions
diff --git a/base/squashfs/.footprint b/base/squashfs/.footprint index fe98365df..344e8efe2 100644 --- a/base/squashfs/.footprint +++ b/base/squashfs/.footprint @@ -1,5 +1,3 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/local/ -drwxr-xr-x root/root usr/local/bin/ --rwxr-xr-x root/root usr/local/bin/mksquashfs --rwxr-xr-x root/root usr/local/bin/unsquashfs +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/mksquashfs +-rwxr-xr-x root/root bin/unsquashfs diff --git a/base/squashfs/Pkgfile b/base/squashfs/Pkgfile index 9bb5206ee..d7a9a9a06 100644 --- a/base/squashfs/Pkgfile +++ b/base/squashfs/Pkgfile @@ -2,7 +2,6 @@ # URL: http://squashfs.sourceforge.net/ # Maintainer: NuTyX core team # Packager: guy_ -# Depends on: name=squashfs version=4.0 @@ -11,7 +10,7 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$name$version/$name build() { cd $name$version/squashfs-tools - make - mkdir -p $PKG/usr/local/bin - make INSTALL_DIR=$PKG/usr/local/bin install + make + mkdir -p $PKG/bin + make INSTALL_DIR=$PKG/bin install } |