From f42b00249fc29a3b431acde61e28d7079635933f Mon Sep 17 00:00:00 2001 From: fewtarius Date: Mon, 2 May 2022 07:17:40 -0400 Subject: [PATCH] Fix chmod oops. --- packages/ui/emulationstation/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index 455aebb8a..0c0266130 100644 --- a/packages/ui/emulationstation/package.mk +++ b/packages/ui/emulationstation/package.mk @@ -40,7 +40,7 @@ makeinstall_target() { cp -rf ${PKG_BUILD}/resources/* ${INSTALL}/usr/config/emulationstation/resources/ rm -rf ${INSTALL}/usr/config/emulationstation/resources/logo.png cp ${PKG_BUILD}/start_emulationstation.sh ${INSTALL}/usr/bin - chmod 0755 ${INSTALL}/usr/config/emulationstation/es_profile + chmod 0755 ${INSTALL}/usr/bin/start_emulationstation.sh mkdir -p ${INSTALL}/usr/lib/${PKG_PYTHON_VERSION} cp -rf ${PKG_DIR}/bluez/* ${INSTALL}/usr/lib/${PKG_PYTHON_VERSION}