install: Introduce installer framework ipapython.install

https://fedorahosted.org/freeipa/ticket/4468

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Jan Cholasta
2015-06-02 12:04:25 +00:00
parent 08229a0c54
commit 9e9c01fba2
8 changed files with 1084 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ all:
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
.PHONY: install
install:
if [ "$(DESTDIR)" = "" ]; then \
python2 setup.py install; \