diff options
| author | Christian Heimes <cheimes@redhat.com> | 2016-10-18 09:14:31 +0200 |
|---|---|---|
| committer | David Kupka <dkupka@redhat.com> | 2016-10-20 10:42:00 +0200 |
| commit | 8f98fa1bd5f1da207fab6f89b75e0cdc19d00797 (patch) | |
| tree | cbddaeadb21accf30fcb136ea91b15cb511f5631 /Makefile | |
| parent | a42059228018839ae2656c27f5b00d96bc935ee3 (diff) | |
| download | freeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.tar.gz freeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.tar.xz freeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.zip | |
Replace ipaplatform's symlinks with a meta importer
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -197,11 +197,6 @@ version-update: release-update if [ "$(SUPPORTED_PLATFORM)" != "" ]; then \ sed -e s/__PLATFORM__/$(SUPPORTED_PLATFORM)/ \ ipaplatform/__init__.py.in > ipaplatform/__init__.py; \ - rm -f ipaplatform/paths.py ipaplatform/services.py ipaplatform/tasks.py ipaplatform/constants.py; \ - ln -s $(SUPPORTED_PLATFORM)/paths.py ipaplatform/paths.py; \ - ln -s $(SUPPORTED_PLATFORM)/services.py ipaplatform/services.py; \ - ln -s $(SUPPORTED_PLATFORM)/tasks.py ipaplatform/tasks.py; \ - ln -s $(SUPPORTED_PLATFORM)/constants.py ipaplatform/constants.py; \ fi if [ "$(SKIP_API_VERSION_CHECK)" != "yes" ]; then \ |
