diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-15T15·23+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-15T15·23+0000 |
commit | beda10f5a2a69ac32ad91c8a80477fde19be6a83 (patch) | |
tree | 34fa924bcdf01683e8d6050e19ac868c1a8b84ba /substitute.mk | |
parent | a5619f1dffbf3600dd16b51e84ae3c999edc439c (diff) |
* Make perl a dependency of Nix.
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 6882393bc89d..73a93963f192 100644 --- a/substitute.mk +++ b/substitute.mk @@ -9,6 +9,7 @@ -e "s^@storedir\@^$(storedir)^g" \ -e "s^@system\@^$(system)^g" \ -e "s^@wget\@^$(wget)^g" \ + -e "s^@perl\@^$(perl)^g" \ -e "s^@version\@^$(VERSION)^g" \ < $< > $@ || rm $@ if test -x $<; then chmod +x $@; fi |