[Piuparts-devel] [Git][debian/piuparts][develop] Makefile: include @sbindir@ in placeholder_substitution.
Holger Levsen
gitlab at salsa.debian.org
Tue Feb 5 20:06:26 GMT 2019
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
a843ed38 by Holger Levsen at 2019-02-05T20:06:08Z
Makefile: include @sbindir@ in placeholder_substitution.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- Makefile
- debian/changelog
Changes:
=====================================
Makefile
=====================================
@@ -30,6 +30,7 @@ define placeholder_substitution
-e 's/__PIUPARTS_VERSION__/$(version)/g' \
-e 's%@libdir@%$(libdir)%g' \
-e 's%@sharedir@%$(sharedir)%g' \
+ -e 's%@sbindir@%$(sbindir)%g' \
$< > $@
endef
=====================================
debian/changelog
=====================================
@@ -21,6 +21,7 @@ piuparts (0.97) UNRELEASED; urgency=medium
[ Holger Levsen ]
* slave_bin: on stop, show what's keeping the slaves busy, to identify
packages with a very long installation time.
+ * Makefile: include @sbindir@ in placeholder_substitution.
-- Holger Levsen <holger at debian.org> Sun, 13 Jan 2019 16:58:44 +0100
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/a843ed386fc7a694b748b321f6cb0c80fc3805d1
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/a843ed386fc7a694b748b321f6cb0c80fc3805d1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20190205/76399648/attachment.html>
More information about the Piuparts-devel
mailing list