Date: Friday, November 16, 2018 @ 19:18:14 Author: arojas Revision: 339781
Fix includes Modified: squashfuse/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-16 19:00:08 UTC (rev 339780) +++ PKGBUILD 2018-11-16 19:18:14 UTC (rev 339781) @@ -2,7 +2,7 @@ pkgname=squashfuse pkgver=0.1.103 -pkgrel=1 +pkgrel=2 pkgdesc="FUSE filesystem to mount squashfs archives" arch=(x86_64) url="https://github.com/vasi/squashfuse" @@ -23,4 +23,8 @@ make DESTDIR="$pkgdir" install install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname + +# install missing headers + install -Dm644 *.h -t "$pkgdir"/usr/include/squashfuse + sed -e 's|\#include \"|\#include \"squashfuse\/|g' -i "$pkgdir"/usr/include/squashfuse.h }
