diff options
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. |