X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=966a6bdfd21f776b79d946524370b28c906a21b5;hb=6c206df22facdc678b0127128d7fb585519e926b;hp=915f86426886628e43d42cbf09c9017e773d56e5;hpb=e0f93a7f6181b622ef9c49b0af455aaffcf8278f;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 915f864..966a6bd 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,10 @@ build: install: # Installing executables mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin + cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile bin/live-toram $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-boot - cp bin/live-preseed bin/live-reconfigure contrib/languagelist $(DESTDIR)/usr/share/live-boot + cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot mkdir -p $(DESTDIR)/usr/share/initramfs-tools cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools @@ -56,7 +56,7 @@ install: cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r conf/* $(DESTDIR)/usr/share/doc/live-boot/examples + cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples # (FIXME) # Installing manpages