modified pkgbuild

This commit is contained in:
Eric Lay 2020-06-11 20:50:19 -05:00
parent 62fbe197fe
commit 26c44527c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ package() {
cp -r $srcdir/$pkgname/bin $pkgdir/usr
chmod a+x $pkgdir/usr/bin/*
install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
install -m644 fuzzy-pkg-finder.hook "$pkgdir"/usr/share/libalpm/hooks/
install -m644 $srcdir/$pkgname/fuzzy-pkg-finder.hook "$pkgdir"/usr/share/libalpm/hooks/
}