Skip to content

Commit

Permalink
Updated Makefile to force symlink creation (thanks @mjbrowms)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettSheleski committed Mar 24, 2017
1 parent 1a4604b commit d52aa36
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 @@ -48,8 +48,8 @@ install:
cp -rp $(PKG_DIR)/lib/* $(PREFIX)/lib/$(NAME)
mkdir -p $(DOC_DIR)
cp -r $(PKG_DIR)/docs $(DOC_DIR)/
ln -s $(PREFIX)/lib/$(NAME)/comchap $(PREFIX)/bin
ln -s $(PREFIX)/lib/$(NAME)/comcut $(PREFIX)/bin
ln -sf $(PREFIX)/lib/$(NAME)/comchap $(PREFIX)/bin
ln -sf $(PREFIX)/lib/$(NAME)/comcut $(PREFIX)/bin

uninstall:
rm -rf $(PREFIX)/lib/$(NAME)
Expand Down

0 comments on commit d52aa36

Please sign in to comment.