wok rev 14024

Up gst-plugins-ugly-dev (0.10.19)
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 20:06:14 2013 +0100 (2013-02-17)
parents af2925c7b346
children 6ccb77b83ce4
files gst-plugins-ugly-dev/receipt
line diff
     1.1 --- a/gst-plugins-ugly-dev/receipt	Sun Feb 17 20:05:49 2013 +0100
     1.2 +++ b/gst-plugins-ugly-dev/receipt	Sun Feb 17 20:06:14 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-ugly-dev"
     1.7 -VERSION="0.10.18"
     1.8 +VERSION="0.10.19"
     1.9  SERIES="0.10"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="gst-plugins-ugly devel files"
    1.12 @@ -13,6 +13,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/gstreamer-$SERIES
    1.16 -	cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
    1.17 -	
    1.18 +	mv $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
    1.19  }