summaryrefslogtreecommitdiff
path: root/system/shimmy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/shimmy/APKBUILD')
-rw-r--r--system/shimmy/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/shimmy/APKBUILD b/system/shimmy/APKBUILD
index ae675b53b..ab9b55f64 100644
--- a/system/shimmy/APKBUILD
+++ b/system/shimmy/APKBUILD
@@ -14,12 +14,10 @@ replaces="musl-utils"
source="https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}