[cpp-sp] 15/25: Fix creation of the multiarch include directory
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:46:58 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.3+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=43377ab61bc0213a004d9dd715c219798bbf8833
commit 43377ab61bc0213a004d9dd715c219798bbf8833
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sun Mar 16 17:08:39 2014 -0700
Fix creation of the multiarch include directory
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 84ccce1..31799cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ override_dh_auto_install:
mv debian/tmp/etc/shibboleth/metagen.sh debian/tmp/usr/bin/shib-metagen
mv debian/tmp/etc/shibboleth/shibd-debian \
debian/shibboleth-sp2-utils.shibd.init
- mkdir debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp
+ mkdir -p debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp
mv debian/tmp/usr/include/shibsp/paths.h \
debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list