diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 13:06:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 13:06:44 +0000 |
commit | 00523e06f73f0a507e69166e5db05d027f357c8a (patch) | |
tree | c96b509c022ba89b10e5e79bccb9a9302bc53454 /testing/zbar/APKBUILD | |
parent | 9fe31efc0e34942447c95a19dbaaddcbd0f1af5c (diff) | |
download | aports-00523e06f73f0a507e69166e5db05d027f357c8a.tar.bz2 aports-00523e06f73f0a507e69166e5db05d027f357c8a.tar.xz |
testing/zbar: clean up useless ls
Diffstat (limited to 'testing/zbar/APKBUILD')
-rw-r--r-- | testing/zbar/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/zbar/APKBUILD b/testing/zbar/APKBUILD index f9a1ad1f37..4bfb2ea26f 100644 --- a/testing/zbar/APKBUILD +++ b/testing/zbar/APKBUILD @@ -30,7 +30,6 @@ build() { package() { cd "$builddir" - ls make DESTDIR="$pkgdir" install } |