summaryrefslogtreecommitdiffstats
path: root/base/squashfs
diff options
context:
space:
mode:
Diffstat (limited to 'base/squashfs')
-rw-r--r--base/squashfs/.footprint8
-rw-r--r--base/squashfs/Pkgfile7
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
}