Conditional for vicesa.
This commit is contained in:
parent
15d1f3aa6e
commit
b36a47978c
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ PKG_CONFIGURE_OPTS_TARGET+="--disable-pdf-docs"
|
|||
|
||||
post_makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/config/vice
|
||||
cp -f ${PKG_DIR}/config/${DEVICE}/* ${INSTALL}/usr/config/vice
|
||||
if [ -d "${PKG_DIR}/config/${DEVICE}" ]
|
||||
then
|
||||
cp -f ${PKG_DIR}/config/${DEVICE}/* ${INSTALL}/usr/config/vice
|
||||
fi
|
||||
cp -f ${PKG_DIR}/sources/* ${INSTALL}/usr/bin
|
||||
chmod 0755 ${INSTALL}/usr/bin/*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue