X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=6f69012a6df1e76199417808d69e65b8a05e0625;hb=2918768a589a8c3a70866be43abcf98098ffbb1e;hp=d4aea5128602ec7b9426efe803db41b28bfa49c1;hpb=78af1b048b68521180e6bd1571bbc986cb52036c;p=live-boot-grml.git diff --git a/Makefile b/Makefile index d4aea51..6f69012 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +42,8 @@ build: install: # Installing executables - mkdir -p $(DESTDIR)/bin - cp bin/live-system $(DESTDIR)/bin - mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile bin/live-toram $(DESTDIR)/sbin + cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-boot cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot @@ -80,7 +77,7 @@ install: uninstall: # Uninstalling executables - rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile $(DESTDIR)/bin/live-system $(DESTDIR)/sbin/live-toram + rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin rm -rf $(DESTDIR)/usr/share/live-boot