mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-certmonger-script-install.diff: Install certmonger scripts under /usr/lib/ipa instead of multiarch path.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user