wok-current diff xmlrpc-c/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 | 7d672a2330b8 |
children | ad86373a4a8c |
line diff
1.1 --- a/xmlrpc-c/receipt Wed Apr 23 01:06:05 2014 +0200 1.2 +++ b/xmlrpc-c/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -20,7 +20,7 @@ 1.4 xargs touch -d 197001010000 1.5 ./configure --prefix=/usr \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 1 && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11