mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
15 lines
439 B
Diff
15 lines
439 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -82,9 +82,9 @@ client-install: client client-dirs
|
|
done
|
|
cd install/po && $(MAKE) install || exit 1;
|
|
if [ "$(DESTDIR)" = "" ]; then \
|
|
- $(PYTHON) setup-client.py install; \
|
|
+ $(PYTHON) setup-client.py install --install-layout=deb; \
|
|
else \
|
|
- $(PYTHON) setup-client.py install --root $(DESTDIR); \
|
|
+ $(PYTHON) setup-client.py install --install-layout=deb --root $(DESTDIR); \
|
|
fi
|
|
|
|
client-dirs:
|