cookutils diff Makefile @ rev 1135

Small improvements and fixes:
1. cook: summary(): skip unpackaged packages (when use CATEGORY="nopack");
2. modules/compressor:
a) move strip_package from "fs" to "install" stage - from this moment files in $install and $fs are identical (of course, if you use genpkg_rules() only for copying) - we may clean taz/*/fs/ in the future;
b) remove "empty" *.mo;
c) skip silly error messages when $install or $fs absent;
3. modules/pack:
a) move symlinks *.so to the @dev;
b) small improvements;
4. doc/cookopts.txt: small update;
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 29 14:12:35 2019 +0200 (2019-01-29)
parents 77291d41f21a
children
line diff
     1.1 --- a/Makefile	Sat Nov 24 13:28:02 2018 +0200
     1.2 +++ b/Makefile	Tue Jan 29 14:12:35 2019 +0200
     1.3 @@ -50,7 +50,9 @@
     1.4  	install -m 0644 README           $(DESTDIR)$(PREFIX)/share/doc/cookutils
     1.5  	install -m 0755 init.d/cooker    $(DESTDIR)/etc/init.d
     1.6  	chmod 0755 $(DESTDIR)/var/www/cgi-bin/cooker/*.cgi
     1.7 -	sed -i "s|@@PREFIX@@|$(PREFIX)|g" $(DESTDIR)$(PREFIX)/bin/cook
     1.8 +	sed -i "s|@@PREFIX@@|$(PREFIX)|g" \
     1.9 +		$(DESTDIR)$(PREFIX)/bin/cook \
    1.10 +		$(DESTDIR)$(PREFIX)/libexec/cookutils/pack
    1.11  
    1.12  uninstall-cook:
    1.13  	rm -rf \