We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46c30a commit 3201d60Copy full SHA for 3201d60
Makefile
@@ -176,7 +176,7 @@ clean-all:
176
177
DESTDIR?=/usr/local
178
install:
179
- install -Dm 755 -s build/x86_64-pc-linux-gnu/release/xmq $(DESTDIR)/bin/xmq
+ install -Dm 755 -s build/default/release/xmq $(DESTDIR)/bin/xmq
180
install -Dm 644 doc/xmq.1 $(DESTDIR)/man/man1/xmq.1
181
install -Dm 644 scripts/autocompletion_for_xmq.sh /etc/bash_completion.d/xmq
182
0 commit comments