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 ef862d6 commit 9022b99Copy full SHA for 9022b99
src/linux/Packaging.Linux/build.sh
@@ -215,14 +215,14 @@ mkdir -p "$INSTALL_TO" "$LINK_TO"
215
# Copy all binaries and shared libraries to target installation location
216
cp -R "$PAYLOAD"/* "$INSTALL_TO" || exit 1
217
218
-if [ $INSTALL_FROM_SOURCE = false ]; then
219
- dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
220
-fi
221
-
222
# Create symlink
223
if [ ! -f "$LINK_TO/git-credential-manager-core" ]; then
224
ln -s -r "$INSTALL_TO/git-credential-manager-core" \
225
"$LINK_TO/git-credential-manager-core" || exit 1
226
fi
227
+if [ $INSTALL_FROM_SOURCE = false ]; then
+ dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
+fi
+
228
echo $MESSAGE
0 commit comments