linux54-tkg: Comment out the sync with 16a91d2987f9c6b46818ccf71af03b36ba93d536

linux54-tkg is unaffected currently since the non-Arch path wasn't merged
This commit is contained in:
Tk-Glitch 2020-08-21 16:19:52 +02:00
parent 174e8faa29
commit aeac14d114

View File

@ -121,9 +121,9 @@ _tkg_srcprep() {
sed -i -e 's/CONFIG_GCC_PLUGINS=y/# CONFIG_GCC_PLUGINS is not set/' ./.config sed -i -e 's/CONFIG_GCC_PLUGINS=y/# CONFIG_GCC_PLUGINS is not set/' ./.config
fi fi
# Skip dbg package creation on non-Arch # Skip dbg package creation on non-Arch
if [ "$_distro" != "Arch" ]; then #if [ "$_distro" != "Arch" ]; then
sed -i -e 's/CONFIG_DEBUG_INFO.*/CONFIG_DEBUG_INFO=n/' ./.config # sed -i -e 's/CONFIG_DEBUG_INFO.*/CONFIG_DEBUG_INFO=n/' ./.config
fi #fi
# Inject cpuopts options # Inject cpuopts options
echo "# CONFIG_MK8SSE3 is not set" >> ./.config echo "# CONFIG_MK8SSE3 is not set" >> ./.config