install phase needs to know it's not a git snapshot

This commit is contained in:
Timo Aaltonen 2011-11-01 19:30:59 -04:00
parent c56f267f58
commit f7b06429d7

6
debian/rules vendored
View File

@ -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