summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:57:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:57:03 +0000
commitb0bfc63933376531e891abf9c94d6df19332d427 (patch)
treee7e197ecc39b4ecf321d5f4c901b987d6d7f9491 /debian/rules
parentReleasing debian version 20190701-11. (diff)
downloadprogress-linux-metapackages-b0bfc63933376531e891abf9c94d6df19332d427.tar.xz
progress-linux-metapackages-b0bfc63933376531e891abf9c94d6df19332d427.zip
Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 180be56..c25ff0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ SHELL := sh -e
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/progress-linux-base-system
+execute_after_dh_auto_install:
# shutdown
mkdir -p debian/progress-linux-container/sbin
for FILE in halt poweroff reboot shutdown coldreboot; \