about summary refs log tree commit diff
path: root/corepkgs/fetchurl
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-18T07·42+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-18T07·42+0000
commitab350eafd2c1a98ea98090fdb3bd9b7ae4f7336b (patch)
tree14f812f4094a9bdcced05ea7cfbf5ad5c8dfe519 /corepkgs/fetchurl
parentb3fc38bf6a407f962b83089b2e13cbc90dd53042 (diff)
* Generate nar.sh, fetchurl.sh.
Diffstat (limited to 'corepkgs/fetchurl')
-rw-r--r--corepkgs/fetchurl/Makefile.am8
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