Skip to content

Commit

Permalink
Add missing part for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matlinuxer2 committed Nov 17, 2014
1 parent 1cf21fb commit 17c89d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ dist:
./scripts/tarball.sh || true

install:
## @if [ ! -f "/usr/bin/sysd" ]; then \
## ln -s $(PWD)/sysd/sysd /usr/bin/sysd; \
## fi
install -D --mode=0644 sysd/sysd $(DESTDIR)/usr/sbin/sysd
install -D --mode=0644 sysd-cli/sysd-cli $(DESTDIR)/usr/bin/sysd-cli

.PHONY: clean Manifest

0 comments on commit 17c89d4

Please sign in to comment.