diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-30T10·14+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-30T10·14+0000 |
commit | aaee69cfdef287406715fb3befd7debd3a5c6ce9 (patch) | |
tree | 9d58e5367645fff91191b8292adeb8b5a6d96a5d /corepkgs/fetchurl/Makefile.am | |
parent | 83075304e5639dcab3d386eb7813c73b97c67685 (diff) |
* INSTALL_DATA -> INSTALL_PROGRAM to ensure that the execute bit
remains set.
Diffstat (limited to 'corepkgs/fetchurl/Makefile.am')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am index 44e07280fea1..72741ac23f0f 100644 --- a/corepkgs/fetchurl/Makefile.am +++ b/corepkgs/fetchurl/Makefile.am @@ -3,7 +3,7 @@ all-local: fetchurl.sh install-exec-local: $(INSTALL) -d $(datadir)/fix/fetchurl $(INSTALL_DATA) fetchurl.fix $(datadir)/fix/fetchurl - $(INSTALL_DATA) fetchurl.sh $(datadir)/fix/fetchurl + $(INSTALL_PROGRAM) fetchurl.sh $(datadir)/fix/fetchurl include ../../substitute.mk |