X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=ed2471fd4b904d0e97a47153dc6a5a25362da1e3;hb=8cd0e7a9e961e73abe47b0d5c11d3c3a9cbdf802;hp=f0486906cc723a34ae3dd4645161e98116bd1ca0;hpb=94c6ba70c24090ea1af4a2722eda224dbf8241b2;p=live-boot-grml.git diff --git a/Makefile b/Makefile index f048690..ed2471f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ test: echo "W: checkbashisms - command not found"; \ echo "I: checkbashisms can be optained from: "; \ echo "I: http://git.debian.org/?p=devscripts/devscripts.git"; \ - echo "I: On Debian systems, checkbashisms can be installed with:"; \ + echo "I: On Debian based systems, checkbashisms can be installed with:"; \ echo "I: apt-get install devscripts"; \ fi @@ -45,18 +45,18 @@ install: mkdir -p $(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 + mkdir -p $(DESTDIR)/usr/share/live-boot-grml + cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot-grml mkdir -p $(DESTDIR)/usr/share/initramfs-tools cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools # Installing docs - mkdir -p $(DESTDIR)/usr/share/doc/live-boot - cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot + mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml + cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot-grml - mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples + mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml/examples + cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot-grml/examples # (FIXME) # Installing manpages @@ -80,7 +80,7 @@ uninstall: rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin || true - rm -rf $(DESTDIR)/usr/share/live-boot + rm -rf $(DESTDIR)/usr/share/live-boot-grml rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live rm -rf $(DESTDIR)/usr/share/initramfs-tools/scripts/live* @@ -94,7 +94,7 @@ uninstall: rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr || true # Uninstalling docs - rm -rf $(DESTDIR)/usr/share/doc/live-boot + rm -rf $(DESTDIR)/usr/share/doc/live-boot-grml rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/doc || true rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share || true rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr || true