Skip to content

Commit

Permalink
Fixes #12029: deb 4.3 package is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jan 23, 2018
1 parent dce0ba2 commit 3a6f629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rudder-server-root/SPECS/rudder-server-root.spec
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fi

CFRUDDER_FIRST_INSTALL=$1

/opt/rudder/share/package-scripts/rudder-agent-postinst "${CFRUDDER_FIRST_INSTALL}"
/opt/rudder/share/package-scripts/rudder-server-root-postinst "${CFRUDDER_FIRST_INSTALL}"

%postun
#=================================================
Expand Down
2 changes: 1 addition & 1 deletion rudder-server-root/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install: build
dh_installdirs
cd SOURCES && $(MAKE) install $(MAKE_OPTIONS) DESTDIR=$(CURDIR)/debian/tmp
# let this file be managed by dh_installinit
mv $(CURDIR)/debian/tmp/etc/init.d/rudder-agent debian/rudder-agent.init
mv $(CURDIR)/debian/tmp/etc/init.d/rudder-server debian/rudder-server.init


# Build architecture-independent files here.
Expand Down

0 comments on commit 3a6f629

Please sign in to comment.