summaryrefslogtreecommitdiff
path: root/squashfs-tools/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2022-03-28 16:38:13 -0500
committerMatt Housh <jaeger@crux.ninja>2022-03-28 16:38:13 -0500
commit5e2b23d94aa57a452bb3d9d459f3dad57e46858c (patch)
tree4cbee73a37da34f545e2f3a358a79acf83f4e229 /squashfs-tools/Pkgfile
parentee76f3538ee96eaa092edd528b73689d8f4cf17c (diff)
downloadcontrib-5e2b23d94aa57a452bb3d9d459f3dad57e46858c.tar.gz
contrib-5e2b23d94aa57a452bb3d9d459f3dad57e46858c.tar.xz
squashfs-tools: updated to version 4.5.1
Diffstat (limited to 'squashfs-tools/Pkgfile')
-rw-r--r--squashfs-tools/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/squashfs-tools/Pkgfile b/squashfs-tools/Pkgfile
index e6efd1d0e..e7ef6f81a 100644
--- a/squashfs-tools/Pkgfile
+++ b/squashfs-tools/Pkgfile
@@ -4,14 +4,12 @@
# Depends on: gzip lzo xz
name=squashfs-tools
-version=4.5
+version=4.5.1
release=1
-source=(https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz\
- destdir.patch)
+source=(https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version/$name
- patch -p2 -i $SRC/destdir.patch
make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 EXTRA_CFLAGS="-fcommon"
- make install INSTALL_DIR=/sbin DESTDIR=$PKG
+ make install INSTALL_PREFIX= INSTALL_DIR=${PKG}/sbin INSTALL_MANPAGES_DIR=${PKG}/usr/share/man/man1
}

Generated by cgit