diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-04-09 09:03:30 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-04-09 09:03:55 +0300 |
commit | 68d89a07daed29121645de89d4bd80683399c834 (patch) | |
tree | cbd18908745b5da165f9c9e639a999351150aee2 | |
parent | 2917a804dc1053c78f84ac91441e4e0cf0853808 (diff) | |
download | aports-68d89a07daed29121645de89d4bd80683399c834.tar.bz2 aports-68d89a07daed29121645de89d4bd80683399c834.tar.xz |
main/xmlindent: moved from testing
-rw-r--r-- | main/xmlindent/APKBUILD (renamed from testing/xmlindent/APKBUILD) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/xmlindent/APKBUILD b/main/xmlindent/APKBUILD index d6ee4895f8..1808ba85d0 100644 --- a/testing/xmlindent/APKBUILD +++ b/main/xmlindent/APKBUILD @@ -32,7 +32,6 @@ build() { package() { cd "$_builddir" make PREFIX="$pkgdir"/usr install || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="c08be3867ee906ca69b949d55a4f3780 xmlindent-0.2.17.tar.gz" |