[xml/sgml-commit] [linuxdoc-tools] 11/17: Makefile.in: Use plain ${INSTALL} -m 0755 to install linuxdoc perl script. Thanks Felix Palmen.

Agustín Martín Domingo agmartin at moszumanska.debian.org
Wed May 4 17:56:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.

commit c7bd25fd2040257a75f9031d6586e9bb0ba4e2ba
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Wed Apr 27 11:47:31 2016 +0200

    Makefile.in: Use plain ${INSTALL} -m 0755 to install linuxdoc perl script. Thanks Felix Palmen.
    
      * $(INSTALL_PROGRAM) is called on linuxdoc, which is a perl script.
        If $(INSTALL_PROGRAM) of the target platform contains -s, this fails,
        because a script can't be stripped
    
    Report above and patch by Felix Palmen.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index f215678..8dd0710 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ ifeq ($(BUILD_ISO_ENTITIES), true)
 endif
 
 #    -- Install linuxdoc script
-	$(INSTALL_PROGRAM) bin/linuxdoc $(bin_ddir)/linuxdoc
+	$(INSTALL) -m 0755 bin/linuxdoc $(bin_ddir)/linuxdoc
 
 #    -- Install auxiliary programs
 	mkdir -p $(auxbin_ddir)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git



More information about the debian-xml-sgml-commit mailing list