mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
install phase needs to know it's not a git snapshot
This commit is contained in:
parent
c56f267f58
commit
f7b06429d7
6
debian/rules
vendored
6
debian/rules
vendored
@ -48,12 +48,12 @@ override_dh_auto_install:
|
||||
ifneq ($(ONLY_CLIENT), 1)
|
||||
# Force re-generate of platform support
|
||||
rm -f ipapython/services.py
|
||||
make install DESTDIR=$(DESTDIR)
|
||||
make IPA_VERSION_IS_GIT_SNAPSHOT=no install DESTDIR=$(DESTDIR)
|
||||
cd selinux
|
||||
make install DESTDIR=$(DESTDIR)
|
||||
make IPA_VERSION_IS_GIT_SNAPSHOT=no install DESTDIR=$(DESTDIR)
|
||||
cd ..
|
||||
else
|
||||
make client-install DESTDIR=$(DESTDIR)
|
||||
make IPA_VERSION_IS_GIT_SNAPSHOT=no client-install DESTDIR=$(DESTDIR)
|
||||
endif
|
||||
|
||||
mkdir -p $(DESTDIR)/etc/ipa
|
||||
|
Loading…
Reference in New Issue
Block a user