We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526fe7b commit ca41000Copy full SHA for ca41000
build_viewer_debs_noble.sh
@@ -22,7 +22,7 @@ echo "DLT_VERSION_STATE: ${DLT_VERSION_STATE}"
22
echo "PACKAGE_NAME: ${PACKAGE_NAME}"
23
24
mkdir -p ./debtmp/${PACKAGE_NAME}-${DLT_VERSION}-${DEBIAN_REVISION}
25
-rsync -a --exclude=debtmp --exclude=*.sh --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
+rsync -a --exclude=debtmp --include=scripts/linux/parse_version.sh --exclude=*.sh --exclude=*.bat --exclude=cache --exclude=parser --exclude=bionic * debtmp/${PACKAGE_NAME}-${DLT_VERSION}
26
27
cd debtmp/${PACKAGE_NAME}-${DLT_VERSION}
28
echo "#############################################"
0 commit comments