diff options
Diffstat (limited to 'doas/Pkgfile')
-rw-r--r-- | doas/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doas/Pkgfile b/doas/Pkgfile index b80fffb1f..b6fed8f6b 100644 --- a/doas/Pkgfile +++ b/doas/Pkgfile @@ -4,17 +4,16 @@ # Depends on: linux-pam name=doas -version=6.3p2 +version=6.3p4 release=1 source=(https://github.com/slicer69/doas/archive/$version/$name-$version.tar.gz #shamelessly grabbed from archs aur - doas-pam doas.conf Makefile.patch) + doas-pam doas.conf) build() { cd $name-$version - patch -Np0 -i $SRC/Makefile.patch make - make DESTDIR=$PKG install + make PREFIX=/usr DESTDIR=$PKG install install -Dm644 $SRC/doas.conf $PKG/etc/doas.conf install -Dm644 $SRC/doas-pam $PKG/etc/pam.d/doas } |