summaryrefslogtreecommitdiff
path: root/user/chelf/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-04 20:28:02 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-05 20:12:56 +0000
commite8b8cc7a82a7210586c86d0c478a7497500cfff2 (patch)
tree3d131a8972b3e0660bcbd4503a4f44b43f56dce2 /user/chelf/APKBUILD
parented69186f6d514ba16ca5cf1cb9543279a63f4eb8 (diff)
downloadpackages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.gz
packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.bz2
packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.xz
packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.zip
user/*: Modernise / fix syntax
Diffstat (limited to 'user/chelf/APKBUILD')
-rw-r--r--user/chelf/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/chelf/APKBUILD b/user/chelf/APKBUILD
index 6e7aff4c0..cf3b34228 100644
--- a/user/chelf/APKBUILD
+++ b/user/chelf/APKBUILD
@@ -14,12 +14,10 @@ subpackages=""
source="$pkgname-$pkgver.tar.xz::https://distfiles.adelielinux.org/source/$pkgname-$pkgver.txz"
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
install -D -m755 chelf "$pkgdir"/usr/bin/chelf
}