Skip to content

Commit

Permalink
update Makefile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed May 30, 2016
1 parent c5556e0 commit 71b576f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ PREFIX ?= /
install:
install -D -m0644 src/[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0644 src/minecraft[email protected] \
install -D -m0644 src/minecraftd[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0644 src/minecraft[email protected] \
install -D -m0644 src/minecraftd[email protected] \
$(PREFIX)/usr/lib/systemd/system/[email protected]
install -D -m0755 src/minecraftctl.sh $(PREFIX)/usr/bin/minecraftctl

Expand Down

0 comments on commit 71b576f

Please sign in to comment.