wok diff libgnomeprint/receipt @ rev 18730

Quote root dir in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 20 15:13:45 2015 +0100 (2015-12-20)
parents 7424e96305c4
children 86790a278e70
line diff
     1.1 --- a/libgnomeprint/receipt	Sun Apr 29 09:42:10 2012 +0200
     1.2 +++ b/libgnomeprint/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNOME print library"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gnome.org/"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -30,11 +31,11 @@
    1.12  	mkdir -p $fs/usr/lib $fs/usr/share/locale
    1.13  	
    1.14  	# Copy shared libs
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.19  	
    1.20 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.21 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.22 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.23 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.24  	
    1.25  	# Remove static libs
    1.26  	rm $fs/usr/lib/$PACKAGE/$VERSION/modules/*.*a