Skip to content

Commit a193364

Browse files
authored
Merge pull request #835 from chris1111/master
Simplify the package choice declaration
2 parents 4ac739f + ceaea1f commit a193364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CloverPackage/package/buildpkg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,8 @@ fi
12581258
addTemplateScripts --pkg-rootdir="${PKG_BUILD_DIR}/${choiceId}" ${choiceId}
12591259
packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}")
12601260
buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/"
1261-
addChoice --start-visible="true" --title="CloverLogoutHook" --description="CloverLogoutHook for Clover Legacy Boot" --start-selected="false" --pkg-refs="$packageRefId" "${choiceId}"
1262-
1261+
addChoice --start-visible="true" --start-selected="false" \
1262+
--pkg-refs="$packageRefId" "${choiceId}"
12631263
# End build CloverLogoutHook package
12641264

12651265
# build rc scripts package

0 commit comments

Comments
 (0)