diff options
| author | 0.alpha <meJustPlay@163.com> | 2022-05-11 20:34:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-11 20:34:37 +0800 |
| commit | e2134a3d5192db7be91b62f918cc6194e4096515 (patch) | |
| tree | d057505fe4d2de27adc57e9c82870f2edb561ff9 | |
| parent | 4bebce18b5ad303740c8fcce8c6fcc4924e1e7fc (diff) | |
| download | cachepc-amdsev-e2134a3d5192db7be91b62f918cc6194e4096515.tar.gz cachepc-amdsev-e2134a3d5192db7be91b62f918cc6194e4096515.zip | |
Update build.sh
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ if [[ "$BUILD_PACKAGE" = "1" ]]; then mkdir -p $OUTPUT_DIR/usr cp -dpR $INSTALL_DIR $OUTPUT_DIR/usr/ - if [ "$ID_LIKE" = "debian" ]; then + if [ "$ID" = "debian" ] || [ "$ID_LIKE" = "debian" ]; then cp linux/linux-*-guest-*.deb $OUTPUT_DIR/linux/guest -v cp linux/linux-*-host-*.deb $OUTPUT_DIR/linux/host -v else |
