diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2021-12-13 15:25:51 -0600 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2021-12-13 15:25:51 -0600 |
| commit | 00ee36df4cfa13b85136d91d7778c42bbe49167e (patch) | |
| tree | 70ceec64cf7d856f78e179604b37b64a519af00e /build.sh | |
| parent | f23f201ecb91420c2410b2397b3d844e9315982c (diff) | |
| download | cachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.tar.gz cachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.zip | |
update to use newer commits
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
