diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-10 07:44:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-10 07:44:14 +0000 |
commit | c7fbf87c6c464229547462558814ad019a32fb6c (patch) | |
tree | e828f8a14bdce5bf65b61b97a3a52dd268ad0357 /main/py-gst | |
parent | 42b7b103aed23456bb958a7b234d2e8c9593ba88 (diff) | |
download | aports-c7fbf87c6c464229547462558814ad019a32fb6c.tar.bz2 aports-c7fbf87c6c464229547462558814ad019a32fb6c.tar.xz |
main/py-gst: minor cleanup
Diffstat (limited to 'main/py-gst')
-rw-r--r-- | main/py-gst/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py-gst/APKBUILD b/main/py-gst/APKBUILD index 589e44ffb..c0c2546d6 100644 --- a/main/py-gst/APKBUILD +++ b/main/py-gst/APKBUILD @@ -38,9 +38,9 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/gstreamer-0.10/*.la - rm "$pkgdir"/usr/lib/python2.7/site-packages/gst-0.10/gst/*.la - rm "$pkgdir"/usr/lib/python2.7/site-packages/*.la + rm "$pkgdir"/usr/lib/gstreamer-0.10/*.la \ + "$pkgdir"/usr/lib/python*/site-packages/gst*/gst/*.la \ + "$pkgdir"/usr/lib/python*/site-packages/*.la || return 1 } md5sums="aa4f428c2e8d3664dca118b12d872429 gst-python-0.10.21.tar.gz" |