From a605decbf34ccb76d7a7aec55f8bc96fd228f22a Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 22 Mar 2008 10:26:29 +0100 Subject: [PATCH] Fix directory creation in makefile, update e-mail address Fix creation of the PREFIX/share/icons/hicolor/scalable/apps directory, so Debian pbuilder won't complain about missing directories. Thanks to Andrea Colangelo for pointing that out. Also, update Andrea Colangelo's e-mail address in the manpage. --- makefile | 2 +- tennix.6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 8dfc6f0..ba29276 100644 --- a/makefile +++ b/makefile @@ -64,7 +64,7 @@ ChangeLog: git log >ChangeLog install: tennix - install -d $(DESTDIR)/$(BINARY_INSTALL_DIR) $(DESTDIR)/$(PREFIX)/share/pixmaps $(DESTDIR)/$(PREFIX)/share/applications $(DESTDIR)/$(PREFIX)/share/man/man6 + install -d $(DESTDIR)/$(BINARY_INSTALL_DIR) $(DESTDIR)/$(PREFIX)/share/pixmaps $(DESTDIR)/$(PREFIX)/share/applications $(DESTDIR)/$(PREFIX)/share/man/man6 $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps install -s tennix $(DESTDIR)/$(BINARY_INSTALL_DIR)/tennix install tennix.6 $(DESTDIR)/$(PREFIX)/share/man/man6/tennix.6 install -m644 data/icon.png $(DESTDIR)/$(PREFIX)/share/pixmaps/tennix.png diff --git a/tennix.6 b/tennix.6 index ed447ad..af272cf 100644 --- a/tennix.6 +++ b/tennix.6 @@ -61,7 +61,7 @@ http://icculus.org/tennix/ .PP Tennix was originally written by Thomas Perl (thp@perli.net). .PP -This manual page was written by Andrea Colangelo (warp10@libero.it) for +This manual page was written by Andrea Colangelo (warp10@ubuntu.com) for the \fBUbuntu\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any -- 2.11.4.GIT