Skip to content
Snippets Groups Projects
Verified Commit 21659909 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/acl: modernise

parent 6bfd0a5e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang libacl"
source="https://download.savannah.nongnu.org/releases/acl/acl-$pkgver.tar.gz"
prepare() {
cd "$builddir"
default_prepare
sed -i \
-e '/^as_dummy=/s:=":="$PATH$PATH_SEPARATOR:' \
......@@ -24,7 +23,6 @@ prepare() {
}
build() {
cd "$builddir"
CONFIG_SHELL=/bin/sh ./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -35,7 +33,6 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment