Skip to content

Commit

Permalink
Fix make install
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-quere committed Aug 14, 2015
1 parent 55a7a19 commit 15ab14f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ all:
install: all
mkdir -p $(INSTALL_DIR)/bin
mkdir -p $(INSTALL_DIR)/lib/$(NAME)
mkdir -p $(DESTDIR)/etc
cp $(BUILD_DIR)/$(NAME) $(INSTALL_DIR)/bin
chmod 755 $(INSTALL_DIR)/bin/$(NAME)

Expand Down

0 comments on commit 15ab14f

Please sign in to comment.