Skip to content

Commit

Permalink
bugfix: create prefix/bin (required by debian packaging)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed Nov 11, 2009
1 parent 15f7e7e commit 6cee159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -11,8 +11,9 @@ usage:
@echo ' make uninstall'

install:
cp bin/* $(INSTALL_PATH_BIN)
mkdir -p $(INSTALL_PATH_BIN)
mkdir -p $(INSTALL_PATH_SHARE)
cp bin/* $(INSTALL_PATH_BIN)
cp -a docs $(INSTALL_PATH_SHARE)

uninstall:
Expand Down

0 comments on commit 6cee159

Please sign in to comment.