mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
install tmpfiles.d config
This commit is contained in:
parent
1b2d7ba4f3
commit
13738b4a1d
4
debian/rules
vendored
4
debian/rules
vendored
@ -91,6 +91,10 @@ endif
|
||||
find $(CURDIR)/debian/tmp -name '*.py[c,o]' -exec rm '{}' ';'
|
||||
# fix permissions
|
||||
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
|
||||
# tmpfiles.d
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/tmpfiles.d
|
||||
install -m 0644 $(CURDIR)/init/systemd/ipa.conf.tmpfiles \
|
||||
$(CURDIR)/debian/tmp/usr/lib/tmpfiles.d/freeipa.conf
|
||||
|
||||
override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
Loading…
Reference in New Issue
Block a user