Skip to content

Commit 3201d60

Browse files
committed
Fix make install.
1 parent f46c30a commit 3201d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ clean-all:
176176

177177
DESTDIR?=/usr/local
178178
install:
179-
install -Dm 755 -s build/x86_64-pc-linux-gnu/release/xmq $(DESTDIR)/bin/xmq
179+
install -Dm 755 -s build/default/release/xmq $(DESTDIR)/bin/xmq
180180
install -Dm 644 doc/xmq.1 $(DESTDIR)/man/man1/xmq.1
181181
install -Dm 644 scripts/autocompletion_for_xmq.sh /etc/bash_completion.d/xmq
182182

0 commit comments

Comments
 (0)