Any device scripts should be installed with the package.

This commit is contained in:
fewtarius 2023-09-13 01:16:40 +00:00
parent 58a62ecefa
commit 14b3d1d486
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -28,7 +28,7 @@ makeinstall_target() {
if [ -d "${PKG_DIR}/sources/autostart/${DEVICE}" ]
then
mkdir -p ${INSTALL}/usr/lib/autostart/${DEVICE}
cp ${PKG_DIR}/sources/autostart/${DEVICE}/002-overclock ${INSTALL}/usr/lib/autostart/${DEVICE}
cp ${PKG_DIR}/sources/autostart/${DEVICE}/* ${INSTALL}/usr/lib/autostart/${DEVICE}
chmod 0755 ${INSTALL}/usr/lib/autostart/${DEVICE}/*
fi
fi