# HG changeset patch # User Dominique Corbex # Date 1361127974 -3600 # Node ID d6dc41dbec9ae7250508dd7d48c793bfcf48afe7 # Parent af2925c7b346a750e7d99403a6d03bad556537e6 Up gst-plugins-ugly-dev (0.10.19) diff -r af2925c7b346 -r d6dc41dbec9a gst-plugins-ugly-dev/receipt --- a/gst-plugins-ugly-dev/receipt Sun Feb 17 20:05:49 2013 +0100 +++ b/gst-plugins-ugly-dev/receipt Sun Feb 17 20:06:14 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-plugins-ugly-dev" -VERSION="0.10.18" +VERSION="0.10.19" SERIES="0.10" CATEGORY="development" SHORT_DESC="gst-plugins-ugly devel files" @@ -13,6 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/ - + mv $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES }