diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-20 23:31:37 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-20 23:31:37 +0800 |
commit | 4f2ee48feaf0118fb65cce43c6e6809c3ae0928c (patch) | |
tree | 6e5a3adc9b94083505e322d0632ea43dc7a1cfe1 /package.sh | |
parent | 8558b567f4ba87c3a10074b64a459fa48ba19844 (diff) | |
download | nfcollect-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-x | package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ cp -a bin lib include \ "${PKGDIR}" tar --exclude "*.swp" \ + --exclude "*.o" \ --exclude .deps \ --exclude .dirstamp \ -zcvf "$PKG" "${PKGDIR}" |