summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Sarawinski2016-06-18 08:10:10 +0200
committerTimo Sarawinski2016-06-18 08:10:10 +0200
commit449c34e5617a30d34f5c5dfc2958d822affbad03 (patch)
treede4702188db34a1ddad591619c7e64734257b7c8
parent07f8abb11fbb593b37b87f7b8b0614bc42b64a8d (diff)
downloadaur-449c34e5617a30d34f5c5dfc2958d822affbad03.tar.gz
added gzip as dep
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b18211e5020c..5d2ca072919d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# $Id$
# Maintainer: Timo Sarawinski <timo@muhviehstarr.de>
# Original TU: Jeff Mickey <j@codemac.net>
-# Patch by devttys0
-# Contributor: ciccio.a
+# Contributor: Patch by devttys0 https://github.com/devttys0/sasquatch
pkgname=sasquatch
_origpkgname=squashfs-tools
@@ -33,8 +32,5 @@ build() {
package() {
cd ${srcdir}/squashfs${pkgver}/${_origpkgname}
- # install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
- # install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
- # make DESTDIR="$pkgdir/" install
make INSTALL_DIR="${pkgdir}"/usr/bin install
}