cookutils rev 558 slitaz-tank

Makefile: Fixed permissions of tazdev.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 22 16:24:45 2012 +0000 (2012-11-22)
parents 96e710ced9e2
children bb0473ed32d5
files Makefile
line diff
     1.1 --- a/Makefile	Thu Nov 22 11:00:21 2012 +0000
     1.2 +++ b/Makefile	Thu Nov 22 16:24:45 2012 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	install -m 0755 -d $(DESTDIR)$(PREFIX)/share/cook/cooktest
     1.5  	install -m 0755 -d $(DESTDIR)$(PREFIX)/share/doc/cookutils
     1.6  	install -m 0755 tazdev/tazdev $(DESTDIR)$(PREFIX)/bin
     1.7 -	install -m 0755 tazdev/tazdev.conf $(DESTDIR)/etc/slitaz
     1.8 +	install -m 0644 tazdev/tazdev.conf $(DESTDIR)/etc/slitaz
     1.9  	install -m 0755 cook $(DESTDIR)$(PREFIX)/bin
    1.10  	install -m 0755 cooker $(DESTDIR)$(PREFIX)/bin
    1.11  	install -m 0755 cookiso $(DESTDIR)$(PREFIX)/bin