X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=966a6bdfd21f776b79d946524370b28c906a21b5;hb=8bba39cd264ddcc60ba3f3d26a14c4ddfefc1d3d;hp=e4150c5014bc838396986d38b9800192e60227bb;hpb=580e12884633fbe0964c92baafaeb9d2f5247bbc;p=live-boot-grml.git diff --git a/Makefile b/Makefile index e4150c5..966a6bd 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ 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 local/languagelist $(DESTDIR)/usr/share/live-boot @@ -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