diff options
Diffstat (limited to 'testing/xboard/APKBUILD')
-rw-r--r-- | testing/xboard/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/xboard/APKBUILD b/testing/xboard/APKBUILD index 955738c2f2..45a31cdce4 100644 --- a/testing/xboard/APKBUILD +++ b/testing/xboard/APKBUILD @@ -43,7 +43,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="83ec086cbf5c4bc362a188654a9332fc xboard-4.7.2.tar.gz" |