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 /debian/rules | |
parent | 1ff4d5a8ce8b52a05f4a4eff8c440d316265ee65 (diff) |
Modify debian package to use the new name, remove initscript as it makes no sense for dzen2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index a49c84a..07c0fd8 100755 --- a/debian/rules +++ b/debian/rules @@ -35,9 +35,8 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/wmiistatus. - $(MAKE) DESTDIR=$(CURDIR)/debian/wmiistatus/ install - cp $(CURDIR)/wmiistatus.init $(CURDIR)/debian + # Add here commands to install the package into debian/i3status. + $(MAKE) DESTDIR=$(CURDIR)/debian/i3status/ install # Build architecture-independent files here. |