diff --git a/build.sh b/build.sh index ea2c7a6..6fad542 100755 --- a/build.sh +++ b/build.sh @@ -163,6 +163,12 @@ case $(get_os_info) in RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype} RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype} ;; + kylin|anolis) + ptype=rpm + RelOS=ky + RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype} + RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype} + ;; *) echo "Unsupported OS" exit 1