Only need suid

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-11-18 00:37:32 +03:00
parent 8d36acdbf8
commit 01a1736790
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=suex pkgname=suex
pkgver=0.2.2 pkgver=0.2.2
pkgrel=2 pkgrel=3
pkgdesc="A complete re-implementation of OpenBSD's doas that's extremely more robust" pkgdesc="A complete re-implementation of OpenBSD's doas that's extremely more robust"
url='https://github.com/odedlaz/suex' url='https://github.com/odedlaz/suex'
arch=( 'x86_64' ) arch=( 'x86_64' )
@ -22,7 +22,7 @@ build() {
package() { package() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
install -Dm6755 'bin/suex' "$pkgdir/usr/bin/suex" install -Dm4755 'bin/suex' "$pkgdir/usr/bin/suex"
} }
sha1sums=('4cbe0da3978cb21c4a64b962797613e13b558752') sha1sums=('4cbe0da3978cb21c4a64b962797613e13b558752')