diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-12 08:30:26 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-12 08:30:37 +0200 |
commit | b4a92014a6e3e43726905fa2428871a5a1444b9f (patch) | |
tree | 9fa69dc789c17c3eb489009a00f9fd9d6cee62d7 | |
parent | ceb5af6289749d07a61c832ecb5d333482029037 (diff) | |
download | aports-b4a92014a6e3e43726905fa2428871a5a1444b9f.tar.bz2 aports-b4a92014a6e3e43726905fa2428871a5a1444b9f.tar.xz |
testing/patchelf: fix indent
-rw-r--r-- | testing/patchelf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/patchelf/APKBUILD b/testing/patchelf/APKBUILD index ed5b4fe3c7..7e8333a97a 100644 --- a/testing/patchelf/APKBUILD +++ b/testing/patchelf/APKBUILD @@ -17,7 +17,7 @@ builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$builddir" - default_prepare + default_prepare autoreconf -fiv || return 1 } |