X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=966a6bdfd21f776b79d946524370b28c906a21b5;hb=016995358f95b74d99561780c908f2dac7829ef1;hp=915f86426886628e43d42cbf09c9017e773d56e5;hpb=060e1748aefb7eea882607732511afd4043e938f;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