wok-current diff perl-uri/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents bb8447a6949e
children 20661c276bcf
line diff
     1.1 --- a/perl-uri/receipt	Fri May 20 23:09:44 2011 +0000
     1.2 +++ b/perl-uri/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="URI::Escape, URI::File, URI::ldap and URI::URL modules are Perl extensions."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl"
     1.9  BUILD_DEPENDS="perl"
    1.10  SOURCE="URI"
    1.11 @@ -26,6 +27,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/lib $fs/usr
    1.16 +	cp -a $install/usr/lib $fs/usr
    1.17  }
    1.18