wok-current diff pbzip2/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 37daf720b777
children 35a23f513b71
line diff
     1.1 --- a/pbzip2/receipt	Tue Apr 15 14:46:26 2014 +0000
     1.2 +++ b/pbzip2/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="BSD"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://compression.ca"
     1.7 -WGET_URL="https://launchpad.net/pbzip2/1.1/$VERSION/+download/$TARBALL"
     1.8 +WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
     1.9  
    1.10  DEPENDS="bzlib"
    1.11  BUILD_DEPENDS="bzip2-dev wget"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	make
    1.18  }
    1.19