diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-15 15:49:37 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-15 15:49:37 +0200 | 
| commit | 37eacb4209133d7afe70f2b708095db1a9f7af31 (patch) | |
| tree | 6e249e6d67acde4186ce4c8c38c9d37445d01108 | |
| parent | Fix: .nobody, not .groups (diff) | |
| download | contacts-37eacb4209133d7afe70f2b708095db1a9f7af31.tar.gz contacts-37eacb4209133d7afe70f2b708095db1a9f7af31.tar.bz2 contacts-37eacb4209133d7afe70f2b708095db1a9f7af31.tar.xz | |
Fix multicall-hardlinks.mk1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | multicall-hardlinks.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/multicall-hardlinks.mk b/multicall-hardlinks.mk index be6ca66..b225a84 100644 --- a/multicall-hardlinks.mk +++ b/multicall-hardlinks.mk @@ -3,7 +3,7 @@ all: contacts  install: contacts  	mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"  	set -- $(BIN) &&\ -		cp -- "$$1" "$(DESTDIR)$(PREFIX)/bin/$$1" &&\ +		cp -- contacts "$(DESTDIR)$(PREFIX)/bin/$$1" &&\  		linkto="$$1" &&\  		shift 1 &&\  		cd -- "$(DESTDIR)$(PREFIX)/bin/" &&\ | 
