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.
1 parent 8b25bf5 commit 0645cd2Copy full SHA for 0645cd2
scripts/package/builddeb
@@ -44,7 +44,7 @@ create_package() {
44
45
# Create postinstall script for headers
46
if [[ "$1" == *headers* ]]; then
47
- echo "cd /usr/src/linux-headers-$version; echo \"Compiling headers - please wait ...\"; make -s scripts >/dev/null 2>&1" >> $pdir/DEBIAN/postinst
+ echo "cd /usr/src/linux-headers-$version; echo \"Compiling headers - please wait ...\";find -type f -exec touch {} +; make -s scripts >/dev/null 2>&1" >> $pdir/DEBIAN/postinst
48
echo "exit 0" >> $pdir/DEBIAN/postinst
49
chmod 775 $pdir/DEBIAN/postinst
50
fi
0 commit comments