From d8a65baec82cc7d670d3030f4cd5bf45033ff46f Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 9 Sep 2007 22:10:22 +0200 Subject: [PATCH] Tennix 0.4.0 Fixed makefile --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index f5817b2..e6def2a 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,7 @@ # CC = gcc -RELEASE = 0.3.4 +RELEASE = 0.4.0 TARGET ?= default @@ -57,8 +57,8 @@ tennix: $(OBJ) test -f tennix.exe && upx tennix.exe || true install: tennix - echo install -d $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(PREFIX)/share/pixmaps $(DESTDIR)/$(PREFIX)/share/applications - false && install -s tennix $(DESTDIR)/$(PREFIX)/bin/tennix + install -d $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(PREFIX)/share/pixmaps $(DESTDIR)/$(PREFIX)/share/applications + install -s tennix $(DESTDIR)/$(PREFIX)/bin/tennix install -m644 data/icon.png $(DESTDIR)/$(PREFIX)/share/pixmaps/tennix.png install -m644 tennix.desktop $(DESTDIR)/$(PREFIX)/share/applications/ -- 2.11.4.GIT