Makefile: Install script with 0755 instead of 0655

OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=19
This commit is contained in:
2017-10-12 10:21:33 +00:00
committed by Git OBS Bridge
parent d98791b915
commit f2faa3d07a

View File

@@ -78,7 +78,7 @@ $(DB_CATALOG): $(DB_CATALOG_SRC) | $(CATALOG_DIR)
$(BINDIR)/db4-entities.pl: docbook-5.1/tools/db4-entities.pl | $(BINDIR)
@echo "### Installing script db4-entities.pl"
install -m655 $< $@
install -m755 $< $@
$(XSLT_PATH)/db4-upgrade.xsl: docbook-5.1/tools/db4-upgrade.xsl | $(XSLT_PATH)
@echo "### Installing upgrade stylesheet..."