diff options
Diffstat (limited to 'corepkgs/fetchurl')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am new file mode 100644 index 000000000000..6bae43907a87 --- /dev/null +++ b/corepkgs/fetchurl/Makefile.am @@ -0,0 +1,8 @@ +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 + +include ../../substitute.mk |