We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633f887 commit df94cc8Copy full SHA for df94cc8
1 file changed
tools/build.sh
@@ -26,8 +26,6 @@ makeRpmFedora () {
26
}
27
28
makeRpmOpenSuse () {
29
- # Replace '/' with '-'
30
- export DIST=$(echo "$DIST" | tr '/' '-')
31
RELEASE_FILENAME="${RELEASE_STUB}${DIST}.rpm"
32
33
zypper install -y libQt5Core-devel libQt5Widgets-devel libQt5Network-devel libzstd-devel cmake ninja ibus-devel fcitx5-devel gcc curl rpm-build
0 commit comments