From 00ee36df4cfa13b85136d91d7778c42bbe49167e Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Mon, 13 Dec 2021 15:25:51 -0600 Subject: update to use newer commits --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index fab89f4..c0d40d3 100755 --- a/build.sh +++ b/build.sh @@ -72,12 +72,14 @@ fi if [[ "$BUILD_PACKAGE" = "1" ]]; then OUTPUT_DIR="snp-release-`date "+%F"`" rm -rf $OUTPUT_DIR - mkdir -p $OUTPUT_DIR/linux + mkdir -p $OUTPUT_DIR/linux/guest + mkdir -p $OUTPUT_DIR/linux/host mkdir -p $OUTPUT_DIR/usr cp -dpR $INSTALL_DIR $OUTPUT_DIR/usr/ if [ "$ID_LIKE" = "debian" ]; then - cp linux-*.deb $OUTPUT_DIR/linux -v + cp linux/linux-*-guest-*.deb $OUTPUT_DIR/linux/guest -v + cp linux/linux-*-host-*.deb $OUTPUT_DIR/linux/host -v else cp kernel-*.rpm $OUTPUT_DIR/linux -v fi -- cgit v1.2.3-71-gd317