diff options
author | Christian Pointner <equinox@anytun.org> | 2009-11-14 15:20:32 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-11-14 15:20:32 +0000 |
commit | 6b9625464ab349ef6d4277e01cf5a36482700f67 (patch) | |
tree | ac74300ec2cfdfc01f62f3e3e2ed00653f9d2f86 | |
parent | example configs get installed in examples directory now (diff) |
small fix at configure
no gzip on manpages at make install
-rw-r--r-- | src/Makefile | 3 | ||||
-rwxr-xr-x | src/configure | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 1c9c1ef..b83e0c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -138,13 +138,12 @@ install-examples: install-man: manpage $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8/ $(INSTALL) -m 644 ../doc/uanytun.8 $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8 - gzip $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8 uninstall: remove remove: rm -f $(DESTDIR)$(SBINDIR)/$(EXECUTABLE) - rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8.gz + rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8 rm -f $(DESTDIR)$(ETCDIR)/init.d/$(EXECUTABLE) rm -rf $(DESTDIR)$(EXAMPLESDIR)/$(EXECUTABLE)/ diff --git a/src/configure b/src/configure index 69eb03f..69798b0 100755 --- a/src/configure +++ b/src/configure @@ -49,7 +49,7 @@ PREFIX='/usr/local' SBINDIR='' ETCDIR='' MANDIR='' -EXAMPLES='' +EXAMPLESDIR='' print_usage() { echo "configure --help print this" |