We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c18c106 + 10a1cda commit f7e7bd5Copy full SHA for f7e7bd5
snap/snapcraft.yaml
@@ -254,6 +254,8 @@ parts:
254
rm -rf $dest
255
mv ${CRAFT_STAGE}/keepalived-linux-libc-dev/usr/include/$d ${dest%/*}
256
done
257
+ cat /usr/include/linux/version.h
258
+ ls -lR /usr/include/linux
259
rm -rf ${CRAFT_STAGE}/keepalived-linux-libc-dev
260
echo -n "Build kernel:"
261
printf " %d.%d.%d\n" $(printf "%6.6x" $(grep LINUX_VERSION_CODE /usr/include/linux/version.h | sed -e "s/.*CODE //") | sed -e "s/\(..\)\(..\)/0x\1 0x\2 0x/")
0 commit comments