cookutils rev 866

Makefile: fix path
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 11 11:58:53 2017 +0200 (2017-01-11)
parents c6bbdbfdc285
children 5f6be706ab4f
files Makefile
line diff
     1.1 --- a/Makefile	Wed Jan 11 11:53:04 2017 +0200
     1.2 +++ b/Makefile	Wed Jan 11 11:58:53 2017 +0200
     1.3 @@ -41,7 +41,7 @@
     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 -	find $(DESTDIR)$(PREFIX)/libexec/cookutils -type f -exec sed -i "s|@@PREFIX@@|$(PREFIX)|g" \{\} \;
     1.8 +	sed -i "s|@@PREFIX@@|$(PREFIX)|g" $(DESTDIR)$(PREFIX)/bin/cook
     1.9  
    1.10  uninstall-cook:
    1.11  	rm -rf \