diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 13:33:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 13:54:59 +0000 |
commit | 540aec372aa16390febf04477d7803a0fa3e16b8 (patch) | |
tree | 48004cdeaae73930c2c20a676e7a453f2e290b06 | |
parent | ab3913647a14a3e62834ec076a0651bebf793835 (diff) | |
download | aports-540aec372aa16390febf04477d7803a0fa3e16b8.tar.bz2 aports-540aec372aa16390febf04477d7803a0fa3e16b8.tar.xz |
main/cups-filters: moved from testing
-rw-r--r-- | main/cups-filters/APKBUILD (renamed from testing/cups-filters/APKBUILD) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/cups-filters/APKBUILD b/main/cups-filters/APKBUILD index 3d0caa248b..f7104d0a80 100644 --- a/testing/cups-filters/APKBUILD +++ b/main/cups-filters/APKBUILD @@ -45,8 +45,7 @@ build() { package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la \ - + rm -f "$pkgdir"/usr/lib/*.la } dev() { |