Skip to content

Commit 0edd5b9

Browse files
committed
Try to only include version.sh
1 parent 23febbe commit 0edd5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_viewer_debs_noble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "DLT_VERSION_STATE: ${DLT_VERSION_STATE}"
2222
echo "PACKAGE_NAME: ${PACKAGE_NAME}"
2323

2424
mkdir -p ./debtmp/${PACKAGE_NAME}-${DLT_VERSION}-${DEBIAN_REVISION}
25-
rsync -a --exclude=debtmp --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
25+
rsync -a --exclude=debtmp --include=version.sh --exclude=*.sh --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
2626

2727
cd debtmp/${PACKAGE_NAME}-${DLT_VERSION}
2828
echo "#############################################"

0 commit comments

Comments
 (0)