diff options
Diffstat (limited to 'user/libatasmart')
-rw-r--r-- | user/libatasmart/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/user/libatasmart/APKBUILD b/user/libatasmart/APKBUILD index fcc9881f6..da594635a 100644 --- a/user/libatasmart/APKBUILD +++ b/user/libatasmart/APKBUILD @@ -15,13 +15,11 @@ subpackages="$pkgname-dev $pkgname-doc" source="http://0pointer.de/public/$pkgname-$pkgver.tar.xz" prepare() { - cd "$builddir" - update_config_sub default_prepare + update_config_sub } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -36,7 +34,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |