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:
2
Makefile
2
Makefile
@@ -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..."
|
||||
|
Reference in New Issue
Block a user