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.
2 parents 5e27642 + c869c5b commit f1a07b1Copy full SHA for f1a07b1
src/linux/Packaging.Linux/build.sh
@@ -174,15 +174,11 @@ Description: Cross Platform Git Credential Manager Core command line utility.
174
EOF
175
176
# Copy all binaries and shared libraries to target installation location
177
-cp -R "$PAYLOAD" "$INSTALL_TO" || exit 1
+cp -R "$PAYLOAD"/* "$INSTALL_TO" || exit 1
178
179
-# Create symlinks
+# Create symlink
180
ln -s -r "$INSTALL_TO/git-credential-manager-core" \
181
"$LINK_TO/git-credential-manager-core" || exit 1
182
-ln -s -r "$INSTALL_TO/Atlassian.Bitbucket.UI" \
183
- "$LINK_TO/Atlassian.Bitbucket.UI" || exit 1
184
-ln -s -r "$INSTALL_TO/GitHub.UI" \
185
- "$LINK_TO/GitHub.UI" || exit 1
186
187
dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
188
0 commit comments