cookutils diff Makefile @ rev 949

cook: specify we use busybox fold (don't fail when remove coreutils-file-format or coreutils-multicall containing fold); cooker: remove package from packages.info DB too.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 20 05:07:33 2017 +0300 (2017-07-20)
parents fd06b19f712b
children 4504ab343621
line diff
     1.1 --- a/Makefile	Wed Jan 11 11:58:53 2017 +0200
     1.2 +++ b/Makefile	Thu Jul 20 05:07:33 2017 +0300
     1.3 @@ -28,7 +28,9 @@
     1.4  	install -m 0755 cooker           $(DESTDIR)$(PREFIX)/bin
     1.5  	install -m 0755 cookiso          $(DESTDIR)$(PREFIX)/bin
     1.6  	install -m 0755 cooklinux        $(DESTDIR)$(PREFIX)/bin
     1.7 -	install -m 0755 modules/pkgdb modules/compressor \
     1.8 +	install -m 0755 modules/pkgdb \
     1.9 +					modules/compressor \
    1.10 +					modules/deps \
    1.11  									 $(DESTDIR)$(PREFIX)/libexec/cookutils
    1.12  	install -m 0644 cook.conf        $(DESTDIR)/etc/slitaz
    1.13  	install -m 0644 cook.site        $(DESTDIR)/etc/slitaz