Skip to content

Commit

Permalink
rename package in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hofstaedtler authored and evgeni committed Jun 26, 2015
1 parent c5cd43c commit 09ec20c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -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/*; \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09ec20c

Please sign in to comment.