cookutils diff Makefile @ rev 865

Split modules/compressor (~500 lines of code) from cook.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 11 11:53:04 2017 +0200 (2017-01-11)
parents cb3fe032b2fb
children fd06b19f712b
line diff
     1.1 --- a/Makefile	Tue Jan 10 12:00:42 2017 +0200
     1.2 +++ b/Makefile	Wed Jan 11 11:53:04 2017 +0200
     1.3 @@ -28,7 +28,8 @@
     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    $(DESTDIR)$(PREFIX)/libexec/cookutils
     1.8 +	install -m 0755 modules/pkgdb modules/compressor \
     1.9 +									 $(DESTDIR)$(PREFIX)/libexec/cookutils
    1.10  	install -m 0644 cook.conf        $(DESTDIR)/etc/slitaz
    1.11  	install -m 0644 cook.site        $(DESTDIR)/etc/slitaz
    1.12  	install -m 0644 web/*            $(DESTDIR)/var/www/cgi-bin/cooker