Merge pull request #547 from fewtarius/dev
Exclude portmaster and thememaster on Win600.
This commit is contained in:
commit
7b342e7c1c
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PKG_NAME="portmaster"
|
PKG_NAME="portmaster"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="aarch64"
|
||||||
PKG_URL="https://github.com/christianhaitian/PortMaster/raw/main/PortMaster.zip"
|
PKG_URL="https://github.com/christianhaitian/PortMaster/raw/main/PortMaster.zip"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="tools"
|
PKG_SECTION="tools"
|
||||||
|
|
|
@ -24,7 +24,8 @@ makeinstall_target() {
|
||||||
chmod 0755 ${INSTALL}/usr/config/modules/*
|
chmod 0755 ${INSTALL}/usr/config/modules/*
|
||||||
case ${ARCH} in
|
case ${ARCH} in
|
||||||
x86_64)
|
x86_64)
|
||||||
rm -f "${INSTALL}/usr/config/Start 32bit Retroarch.sh"
|
rm -f "${INSTALL}/usr/config/*32bit*"
|
||||||
|
rm -f "${INSTALL}/usr/config/*Master*"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PKG_NAME="thememaster"
|
PKG_NAME="thememaster"
|
||||||
PKG_VERSION="09bee95fea09760355777af824a7ad41dc1ae577"
|
PKG_VERSION="09bee95fea09760355777af824a7ad41dc1ae577"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="aarch64"
|
||||||
PKG_SITE="https://github.com/JohnIrvine1433/ThemeMaster"
|
PKG_SITE="https://github.com/JohnIrvine1433/ThemeMaster"
|
||||||
PKG_URL="${PKG_SITE}.git"
|
PKG_URL="${PKG_SITE}.git"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
|
Loading…
Reference in a new issue