mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: ipasphinx files are only built on server build
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -97,8 +97,10 @@ endif
|
||||
find debian/tmp ! -name '*.pyc' -a ! -name '*.pyo' -a \
|
||||
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!/usr/bin/python3|' {} \;
|
||||
ifeq ($(ONLY_CLIENT), 0)
|
||||
# remove ipasphinx for now
|
||||
rm -r $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/ipasphinx*
|
||||
endif
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
Reference in New Issue
Block a user