mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
create-client-dirs.patch: Add a patch from upstream that creates /etc/ipa and /var/lib/ipa-client/sysrestore paths. Stop creating them in rules.
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -56,9 +56,7 @@ else
|
||||
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no client-install DESTDIR=$(DESTDIR)
|
||||
endif
|
||||
|
||||
mkdir -p $(DESTDIR)/etc/ipa
|
||||
touch $(DESTDIR)/etc/ipa/default.conf
|
||||
mkdir -p $(DESTDIR)/var/lib/ipa-client/sysrestore
|
||||
|
||||
# purge .la files
|
||||
find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \;
|
||||
|
||||
Reference in New Issue
Block a user