slitaz-forge rev 118
tank: fix Makefile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 14 14:08:14 2012 +0100 (2012-03-14) |
parents | e4228639e272 |
children | a25699278d93 |
files | tank/Makefile |
line diff
1.1 --- a/tank/Makefile Wed Mar 14 14:03:10 2012 +0100 1.2 +++ b/tank/Makefile Wed Mar 14 14:08:14 2012 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 cp -a files/var $(DESTDIR)/ 1.5 chmod 0600 -p $(DESTDIR)/var/spool/cron/crontabs/root 1.6 cp -a files/etc $(DESTDIR)/ 1.7 - cp -a files/usr $(DESTDIR}/ 1.8 + cp -a files/usr/bin $(DESTDIR)/ 1.9 /etc/init.d/crond restart 1.10 1.11 uninstall: