Added install script
This commit is contained in:
parent
921083ea84
commit
078b536cd3
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ if [ -z "$DRYRUN" ]; then
|
|||
install -v -d "${BINDIR}"
|
||||
install -v -d "${MANDIR}/man1"
|
||||
install -v xboxdrv "${BINDIR}"
|
||||
install -v xboxdrv-daemon "${BINDIR}"
|
||||
install -v doc/xboxdrv.1 "${MANDIR}/man1/"
|
||||
install -v doc/xboxdrv-daemon.1 "${MANDIR}/man1/"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue