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 9a92eee commit aae6a67Copy full SHA for aae6a67
scripts/package/builddeb
@@ -82,10 +82,9 @@ mkdir -m 755 -p "$tmpdir/DEBIAN"
82
mkdir -p "$tmpdir/lib" "$tmpdir/boot"
83
mkdir -p "$kernel_headers_dir/lib/modules/$version/"
84
85
-# Build and install the kernel
+# Install the kernel
86
if [ "$ARCH" = "um" ] ; then
87
mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagename"
88
- $MAKE linux
89
cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map"
90
cp $KCONFIG_CONFIG "$tmpdir/usr/share/doc/$packagename/config"
91
gzip "$tmpdir/usr/share/doc/$packagename/config"
0 commit comments