From 827413aae1c47a6cec0dfbfde16754f39a1485c1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 17 Apr 2009 13:48:14 +0200 Subject: Modify debian package to use the new name, remove initscript as it makes no sense for dzen2 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00abff1..6ebd743 100644 --- a/Makefile +++ b/Makefile @@ -21,14 +21,13 @@ distclean: clean install: install -m 755 -d $(DESTDIR)/usr/bin - install -m 755 -d $(DESTDIR)/etc/init.d + install -m 755 -d $(DESTDIR)/etc install -m 755 -d $(DESTDIR)/usr/share/man/man1 install -m 755 i3status $(DESTDIR)/usr/bin/i3status - install -m 755 i3status.init $(DESTDIR)/etc/init.d/i3status install -m 644 i3status.conf $(DESTDIR)/etc/i3status.conf install -m 644 i3status.1 $(DESTDIR)/usr/share/man/man1 release: - tar cjf i3status.tar.bz2 *.c *.h *.1 *.conf *.init Makefile + tar cjf i3status.tar.bz2 *.c *.h *.1 *.conf Makefile all: i3status -- cgit v1.2.3