summaryrefslogtreecommitdiff
path: root/user/efivar/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/efivar/APKBUILD')
-rw-r--r--user/efivar/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/efivar/APKBUILD b/user/efivar/APKBUILD
index bcfcc3a2a..13b1b64bd 100644
--- a/user/efivar/APKBUILD
+++ b/user/efivar/APKBUILD
@@ -17,12 +17,10 @@ source="https://github.com/rhboot/$pkgname/releases/download/$pkgver/$pkgname-$p
"
build() {
- cd "$builddir"
make prefix="/usr" libdir="/usr/lib"
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" prefix="/usr" libdir="/usr/lib" install
}