slitaz-base-files rev 178
Makefile: fix install
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 21 10:11:24 2012 +0300 (2012-05-21) |
parents | efb8e0291f24 |
children | bffd6c0e7c5b |
files | Makefile |
line diff
1.1 --- a/Makefile Mon May 21 10:06:27 2012 +0300 1.2 +++ b/Makefile Mon May 21 10:11:24 2012 +0300 1.3 @@ -67,10 +67,10 @@ 1.4 cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale 1.5 1.6 install: install-msg 1.7 - cp -a rootfs/* $(DESTDIR) 1.8 + cp -a rootfs/* $(DESTDIR)/ 1.9 install -m 0755 -d $(DESTDIR)/usr/share/doc/slitaz 1.10 cp -a doc/* $(DESTDIR)/usr/share/doc/slitaz 1.11 - chown -R root.root $(DESTDIR) 1.12 + chown -R root.root $(DESTDIR)/usr/share/doc/slitaz 1.13 1.14 # Clean source 1.15