Skip to content

Commit 0bb3ab2

Browse files
Merge pull request #107 from fledge-iot/FOGL-9878
FOGL-9878 log fixes in common additional Debian script
2 parents 0729b2c + c4f7e63 commit 0bb3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/make_deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if [ "${ADDITIONAL_LIB_NAME}" == "s2opcua" ]; then
164164
cp -R --preserve=links /usr/local/lib/libexpat.so.1 usr/local/lib
165165
fi
166166
fi
167-
echo "Done."
167+
echo "Debian structure setup complete."
168168

169169
# Build the package
170170
cd "${archive}/${architecture}"

0 commit comments

Comments
 (0)