aboutsummaryrefslogtreecommitdiffstats
path: root/package.sh
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-03-20 23:31:37 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-03-20 23:31:37 +0800
commit4f2ee48feaf0118fb65cce43c6e6809c3ae0928c (patch)
tree6e5a3adc9b94083505e322d0632ea43dc7a1cfe1 /package.sh
parent8558b567f4ba87c3a10074b64a459fa48ba19844 (diff)
downloadnfcollect-4f2ee48feaf0118fb65cce43c6e6809c3ae0928c.tar.gz
nfcollect-4f2ee48feaf0118fb65cce43c6e6809c3ae0928c.tar.zst
nfcollect-4f2ee48feaf0118fb65cce43c6e6809c3ae0928c.zip
Minor fix on PKGBUILD and package.shv0.1
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.sh b/package.sh
index 1ac2795..7fe00d3 100755
--- a/package.sh
+++ b/package.sh
@@ -17,6 +17,7 @@ cp -a bin lib include \
"${PKGDIR}"
tar --exclude "*.swp" \
+ --exclude "*.o" \
--exclude .deps \
--exclude .dirstamp \
-zcvf "$PKG" "${PKGDIR}"