Fix ecwolf script location.
This commit is contained in:
parent
39162ae5b6
commit
ae03c91d0c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ PKG_CMAKE_OPTS_TARGET=" -DNO_GTK=ON \
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
mkdir -p ${INSTALL}/usr/bin
|
mkdir -p ${INSTALL}/usr/bin
|
||||||
cp ${PKG_BUILD}/ecwolf ${INSTALL}/usr/bin/
|
cp ${PKG_BUILD}/ecwolf ${INSTALL}/usr/bin/
|
||||||
cp ${PKG_DIR}/start_ecwolf.sh ${INSTALL}/usr/bin/
|
cp ${PKG_DIR}/sources/start_ecwolf.sh ${INSTALL}/usr/bin/
|
||||||
chmod 0755 ${INSTALL}/usr/bin/*
|
chmod 0755 ${INSTALL}/usr/bin/*
|
||||||
|
|
||||||
mkdir -p ${INSTALL}/usr/config/game/ecwolf
|
mkdir -p ${INSTALL}/usr/config/game/ecwolf
|
||||||
|
|
Loading…
Reference in a new issue