updated PKGBUILD

This commit is contained in:
airclay 2021-07-16 16:36:24 -05:00
parent 72cf8cfcfb
commit e94c764be2
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ md5sums=('SKIP')
package() { package() {
cd "$srcdir/$pkgname" cd "$srcdir/$pkgname"
install -Dm755 fpf -t "$pkgdir/usr/bin" install -Dm755 fpf -t "$pkgdir/usr/bin"
install -Dm755 fpff -t "$pkgdir/usr/bin"
} }