diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-22 19:51:40 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-26 21:20:11 +0000 |
commit | 6aee2ae4c4f2aa50b2111c97b9b128316e115cf7 (patch) | |
tree | b54b8a807325756855341c156ada78b012352d82 /main/lame/APKBUILD | |
parent | a6ae854331eb86a9f2415872a8951d634fa8e790 (diff) | |
download | aports-6aee2ae4c4f2aa50b2111c97b9b128316e115cf7.tar.bz2 aports-6aee2ae4c4f2aa50b2111c97b9b128316e115cf7.tar.xz |
main/lame: Remove old textrel detection (abuild does it now)
Diffstat (limited to 'main/lame/APKBUILD')
-rw-r--r-- | main/lame/APKBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD index 39d227603c..567ae470bd 100644 --- a/main/lame/APKBUILD +++ b/main/lame/APKBUILD @@ -55,20 +55,13 @@ build() { check() { cd "$builddir" - make test } package() { - local _textrels= cd "$builddir" make DESTDIR="$pkgdir" install - _textrels=$(scanelf -q -Rt "$pkgdir") - if [ -n "$_textrels" ]; then - error "Textrels found:" - echo "$_textrels" - fi } sha512sums="0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b lame-3.100.tar.gz" |