diff options
author | tv <tv@krebsco.de> | 2016-02-04 05:52:06 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-04 05:52:06 +0100 |
commit | 1c6213b4cc7c0029c3ec78f03ff2ccc37c1f0278 (patch) | |
tree | 23ae2e0fe0e6898ec6bb94481ae3b2fd7148b795 | |
parent | d23957f9ff4ff5edbc67df16ad4b80c37ca07fc2 (diff) |
make eval: use ./.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ endif --readonly-mode \ --eval \ -A "$$get" \ - --arg configuration "<stockholm/$$LOGNAME/1systems/$$system.nix>") + --arg configuration "./$$LOGNAME/1systems/$$system.nix") filter "$$result" ## usage: make install system=foo target= |