diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 01:00:56 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 01:00:56 +0000 |
commit | 9a841fe2af5204c11e54bdb00a8f46088b30de7d (patch) | |
tree | c036b83ca4ac76a15eaa4c833523abddbcd290d4 /system/linenoise | |
parent | 7833fcbe0f814b7ca0ea9bf5da6d0381de9c7d10 (diff) | |
download | packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.gz packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.bz2 packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.xz packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.zip |
system/l*: modernise, fix metadata, etc
Diffstat (limited to 'system/linenoise')
-rw-r--r-- | system/linenoise/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/linenoise/APKBUILD b/system/linenoise/APKBUILD index 5e95f3927..1fd49a51f 100644 --- a/system/linenoise/APKBUILD +++ b/system/linenoise/APKBUILD @@ -16,12 +16,10 @@ source="linenoise-$pkgver.tar.gz::https://github.com/antirez/linenoise/archive/$ " build() { - cd "$builddir" make } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |