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:
Timo Aaltonen
2012-03-02 12:05:59 +02:00
parent 17deb90d0a
commit 9d56b33e7d
3 changed files with 4 additions and 2 deletions

2
debian/rules vendored
View File

@@ -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 "{}" \;