Commit 274026e8 authored by Ole Streicher's avatar Ole Streicher
Browse files

Remove errornous generation of net/client.py

parent d0c79d83
Pipeline #86495 passed with stages
in 13 minutes and 48 seconds
From: Ole Streicher <olebole@debian.org>
Date: Fri, 15 Nov 2019 20:40:20 +0100
Subject: Remove errornous generation of net/client.py
---
Makefile | 7 -------
1 file changed, 7 deletions(-)
diff --git a/Makefile b/Makefile
index dbac5d5..a137cb9 100644
--- a/Makefile
+++ b/Makefile
@@ -159,13 +159,6 @@ install-core:
$(MAKE) -C qfits-an install
$(MAKE) -C blind install
$(MAKE) -C sdss install
- $(MKDIR) -p '$(PY_BASE_INSTALL_DIR)'/net/client
- @for x in net/client/client.py; do \
- echo $(SED) 's+$(PYTHON_SCRIPT_DEFAULT)+$(PYTHON_SCRIPT)+' $$x > '$(PY_BASE_INSTALL_DIR)/'$$x; \
- $(SED) 's+$(PYTHON_SCRIPT_DEFAULT)+$(PYTHON_SCRIPT)+' $$x > '$(PY_BASE_INSTALL_DIR)/'$$x; \
- echo $(CHMOD_EXECUTABLE) '$(PY_BASE_INSTALL_DIR)/'$$x; \
- $(CHMOD_EXECUTABLE) '$(PY_BASE_INSTALL_DIR)/'$$x; \
- done
.PHONY: install install-core
ifeq ($(SYSTEM_GSL),yes)
......@@ -6,3 +6,4 @@ Call-python-scripts-as-modules-instead-of-executables.patch
Don-t-install-non-free-files-images-and-NGC2000.0-catalog.patch
Fix-shared-lib-flags-so-that-the-package-can-be-built-on-.patch
Use-python3-in-bangpath.patch
Remove-errornous-generation-of-net-client.py.patch
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment