Makefile: create dirs

master
Denis Knauf 2013-02-16 16:15:09 +01:00
parent 387985b091
commit a343865160
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ all: truckle
@echo 'Please run "make install" to install.'
install: truckle
mkdir -p $(D)$(BIN_PREFIX)
install -m 0755 truckle $(D)$(BIN_PREFIX)/truckle
for c in `./truckle --list-commands`; do ln -fs truckle $(D)$(BIN_PREFIX)/truckle-$${c} ; done
for c in trdo tresume; do ln -fs truckle $(D)$(BIN_PREFIX)/$${c} ; done