Skip to content

Commit

Permalink
Fixes #12027: deb 4.3 package is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jan 22, 2018
1 parent b05c506 commit dce0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-agent/debian/rules
Expand Up @@ -75,7 +75,7 @@ install: build
cd SOURCES && $(MAKE) install $(MAKE_OPTIONS) DESTDIR=$(CURDIR)/debian/tmp
# let this file be managed by dh_installinit
ifneq (true,$(USE_SYSTEMD))
mv $(CURDIR)/debian/tmp/etc/init.d/rudder-agent.init debian/rudder-agent.init
mv $(CURDIR)/debian/tmp/etc/init.d/rudder-agent debian/rudder-agent.init
endif

# Build architecture-independent files here.
Expand Down

0 comments on commit dce0ba2

Please sign in to comment.