aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
author0.alpha <meJustPlay@163.com>2022-05-11 20:34:37 +0800
committerGitHub <noreply@github.com>2022-05-11 20:34:37 +0800
commite2134a3d5192db7be91b62f918cc6194e4096515 (patch)
treed057505fe4d2de27adc57e9c82870f2edb561ff9 /build.sh
parent4bebce18b5ad303740c8fcce8c6fcc4924e1e7fc (diff)
downloadcachepc-amdsev-e2134a3d5192db7be91b62f918cc6194e4096515.tar.gz
cachepc-amdsev-e2134a3d5192db7be91b62f918cc6194e4096515.zip
Update build.sh
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 877a5ba..398b556 100755
--- a/build.sh
+++ b/build.sh
@@ -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