From ab350eafd2c1a98ea98090fdb3bd9b7ae4f7336b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Jul 2003 07:42:57 +0000 Subject: * Generate nar.sh, fetchurl.sh. --- corepkgs/fetchurl/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 corepkgs/fetchurl/Makefile.am (limited to 'corepkgs/fetchurl') diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am new file mode 100644 index 000000000..6bae43907 --- /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 -- cgit v1.2.3