Skip to content

Commit

Permalink
Fix RPM build issues.
Browse files Browse the repository at this point in the history
DominikDeak committed Jan 24, 2023
1 parent 6f63520 commit ba47ddd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Scripts/Build/BuildLinux.sh
Original file line number Diff line number Diff line change
@@ -128,6 +128,11 @@ buildRPM() {

popd

# Remove "synergy-core" from "BUILDROOT", as it's not part of the "synergy.spec" file list. Otherwise,
# the extra file will cause rpmbuild to emit "Installed (but unpackaged) file(s) found" errors. Hopefully
# Synergy devs will fix this problem in the future and the following hack won't be needed.
rm "${rpmBuildrootPath}/usr/bin/synergy-core"

pushd "${rpmToplevelPath}" || exit 1

rpmbuild -bb \

0 comments on commit ba47ddd

Please sign in to comment.