aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ispman/files/patch-install-data-schema-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ispman/files/patch-install-data-schema-Makefile')
-rw-r--r--sysutils/ispman/files/patch-install-data-schema-Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/ispman/files/patch-install-data-schema-Makefile b/sysutils/ispman/files/patch-install-data-schema-Makefile
deleted file mode 100644
index fe9eca9591ce..000000000000
--- a/sysutils/ispman/files/patch-install-data-schema-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- install-data/schema/Makefile.orig 2006-06-08 00:26:53.000000000 +0400
-+++ install-data/schema/Makefile 2007-10-08 21:25:07.000000000 +0400
-@@ -18,8 +18,8 @@
- install: $(SCHEMAS)
- @list='$(SCHEMAS)'; for p in $$list; do \
- if test -f $$p; then \
-- echo "$(INSTALL) $$p $(INSTALL_DIR)/`echo $$p`"; \
-- $(INSTALL) -c $$p $(INSTALL_DIR)/`echo $$p`; \
-+ echo "$(INSTALL) $(DATA_MODES) $$p $(INSTALL_DIR)/`echo $$p`"; \
-+ $(INSTALL) $(DATA_MODES) $$p $(INSTALL_DIR)/`echo $$p`; \
- else :; fi; \
- done
-