Skip to content

Commit 5ce4605

Browse files
authored
Update create-package.sh (apache#2019)
### What changes were proposed in this pull request? Update create-package.sh ### Why are the changes needed? I renamed `DISCLAIMER-WIP` to `DISCLAIMER`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
1 parent 3d9a042 commit 5ce4605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/create-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ package_binary() {
8585
tar -zxf $BIN_ORIGIN_NAME
8686
cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE"
8787
cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE"
88-
cp "${PROJECT_DIR}/DISCLAIMER-WIP" ${BIN_DIR_NAME}
88+
cp "${PROJECT_DIR}/DISCLAIMER" ${BIN_DIR_NAME}
8989
cp -r "${PROJECT_DIR}/licenses-binary" "${BIN_DIR_NAME}/licenses"
9090
tar -zcf $BIN_TGZ_FILE $BIN_DIR_NAME
9191

0 commit comments

Comments
 (0)