junest*: update to make it suitable for junest

This commit is contained in:
Kuoi 2023-05-08 02:16:59 +08:00
parent 6460832567
commit c5eeda7e1e
2 changed files with 2 additions and 3 deletions

View file

@ -16,5 +16,6 @@ sha1sums=('aa10c69e4c03240c5fcbc18f8a646a14090c6f73')
package() {
install -dm755 "${pkgdir}"/usr/bin
install -m755 ${srcdir}/${_pkgname} "${pkgdir}"/usr/bin
install -m755 ${srcdir}/${_pkgname} "${pkgdir}"/usr/bin/$pkgname-x86_64
ln -s /usr/bin/$pkgname-x86_64 $pkgdir/usr/bin/$pkgname
}

View file

@ -27,5 +27,3 @@ then
$fakechrootcmd $fakerootcmd "${@}"
fi