aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2020-05-15 10:59:17 -0500
committerBrijesh Singh <brijesh.singh@amd.com>2020-05-15 10:59:17 -0500
commitf50f628deebbb0b6f5ec64fe5f4d7137f83e3f5b (patch)
treea8e8f082b905d73d080675d9b46a38e469559342
parent465f52982989aa2927e69c088390a1f07d7940d4 (diff)
downloadcachepc-amdsev-f50f628deebbb0b6f5ec64fe5f4d7137f83e3f5b.tar.gz
cachepc-amdsev-f50f628deebbb0b6f5ec64fe5f4d7137f83e3f5b.zip
copy all the deb in package dir
-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