wok diff libimobiledevice/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.
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 | 4904e3d374a9 |
children | febd8d7de57b |
line diff
1.1 --- a/libimobiledevice/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libimobiledevice/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -18,8 +18,8 @@ 1.4 { 1.5 patch -Np1 -i $stuff/swig-version-check.patch 1.6 ./configure \ 1.7 - $CONFIGURE_ARGS && 1.8 - make && 1.9 + $CONFIGURE_ARGS && 1.10 + make && 1.11 make install 1.12 } 1.13