From: Christian Hofstaedtler Date: Fri, 26 Jun 2015 12:46:15 +0000 (+0200) Subject: rename package in Makefile X-Git-Tag: debian/5.0_a4-1+grml.1~22 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=09ec20c633809d651f2caa119f0e14ec472ded77 rename package in Makefile --- diff --git a/Makefile b/Makefile index e3f3946..39f829d 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,8 @@ install: cp frontend/* $(DESTDIR)/bin # Installing docs - mkdir -p $(DESTDIR)/usr/share/doc/live-boot - cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot + mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml + cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot-grml # Installing manpages for MANPAGE in manpages/en/*; \ @@ -90,7 +90,7 @@ uninstall: rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || 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 > /dev/null 2>&1 || true rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share > /dev/null 2>&1 || true rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true