fix-certmonger-script-install.diff: Install certmonger scripts under /usr/lib/ipa instead of multiarch path.

This commit is contained in:
Timo Aaltonen
2016-01-08 00:39:24 +02:00
parent 14ceaf4ed0
commit 979d5b6f76
5 changed files with 65 additions and 3 deletions

3
debian/rules vendored
View File

@@ -63,8 +63,7 @@ ifneq ($(ONLY_CLIENT), 1)
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no install DESTDIR=$(DESTDIR)
cd ..
mv $(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/ipa/certmonger $(DESTDIR)/usr/lib/ipa
chmod 755 $(DESTDIR)/usr/lib/*/ipa/certmonger/*
chmod 755 $(DESTDIR)/usr/lib/ipa/certmonger/*
mkdir -p $(DESTDIR)/usr/share/bash-completion/completions \
$(DESTDIR)/etc/default \