diff options
Diffstat (limited to 'system/automake/APKBUILD')
-rw-r--r-- | system/automake/APKBUILD | 3 |
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 } |