diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-04-17 13:48:14 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-04-17 13:48:14 +0200 |
commit | 827413aae1c47a6cec0dfbfde16754f39a1485c1 (patch) | |
tree | 64f6920b7eda8109c67099407977df3c5bb28277 /Makefile | |
parent | 1ff4d5a8ce8b52a05f4a4eff8c440d316265ee65 (diff) |
Modify debian package to use the new name, remove initscript as it makes no sense for dzen2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |