summaryrefslogtreecommitdiff
path: root/system/automake
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-20 23:59:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-20 23:59:43 +0000
commitc6e4237951b3670dc3cf0afd9ddd406d5b1ef792 (patch)
tree553f93fc7657568f8a723abbcfff2a63a55b329b /system/automake
parent51befc595835b6c213d5322b6746fbf68b552ad3 (diff)
downloadpackages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.gz
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.bz2
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.xz
packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.zip
system/a*: modernise, fix descriptions
Diffstat (limited to 'system/automake')
-rw-r--r--system/automake/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/automake/APKBUILD b/system/automake/APKBUILD
index 6612e9e19..3684a9965 100644
--- a/system/automake/APKBUILD
+++ b/system/automake/APKBUILD
@@ -14,7 +14,6 @@ subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,12 +22,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR=$pkgdir install
}