diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T14·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T14·35+0000 |
commit | 7d876f8fa7b6c3ce120a66b59f69b70ae526538b (patch) | |
tree | 575968bbd3fd64b694b06dcb1f6e05aa80dea815 /corepkgs/fetchurl/Makefile.am | |
parent | 10c429c757625c4c36319751f6d87b8990677c1f (diff) |
* Get rid of fetchurl, we don't need it anymore.
Diffstat (limited to 'corepkgs/fetchurl/Makefile.am')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am deleted file mode 100644 index 3cb63e0ce177..000000000000 --- a/corepkgs/fetchurl/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -all-local: builder.sh - -install-exec-local: - $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs - $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - $(INSTALL_DATA) default.nix $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - $(INSTALL_PROGRAM) builder.sh $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - -include ../../substitute.mk - -EXTRA_DIST = default.nix builder.sh.in |