aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 9bed1de..fab89f4 100755
--- a/build.sh
+++ b/build.sh
@@ -77,7 +77,7 @@ if [[ "$BUILD_PACKAGE" = "1" ]]; then
cp -dpR $INSTALL_DIR $OUTPUT_DIR/usr/
if [ "$ID_LIKE" = "debian" ]; then
- cp linux-image-*.deb $OUTPUT_DIR/linux -v
+ cp linux-*.deb $OUTPUT_DIR/linux -v
else
cp kernel-*.rpm $OUTPUT_DIR/linux -v
fi