summaryrefslogtreecommitdiff
path: root/system/mdevd
diff options
context:
space:
mode:
Diffstat (limited to 'system/mdevd')
-rw-r--r--system/mdevd/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/mdevd/APKBUILD b/system/mdevd/APKBUILD
index 5617909f0..4368a8aab 100644
--- a/system/mdevd/APKBUILD
+++ b/system/mdevd/APKBUILD
@@ -14,13 +14,11 @@ subpackages="$pkgname-doc $pkgname-openrc"
source="https://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz mdev.conf mdevd.run mdevd.initd"
build() {
- cd "$builddir"
./configure --enable-allstatic --enable-static-libc
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
mkdir -p -m 0755 "$pkgdir/etc"
cp -f "$srcdir/mdev.conf" "$pkgdir/etc/"