summaryrefslogtreecommitdiffstats
path: root/redhat/build
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-12-10 18:39:17 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-12-10 18:39:17 +0100
commitcdfe982606b1229589e08d99f3fb6b1fc6f06db7 (patch)
treeb3b329969ba50c9309a88f144a94bd2a3bc0d69b /redhat/build
parent2c6b5dc9b85e94f37f166eee9da18b6d32446011 (diff)
downloadtde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.tar.gz
tde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.zip
RPM: update build scripts for Fedora 27, opensuse TW
Diffstat (limited to 'redhat/build')
-rwxr-xr-xredhat/build/get_rpm_package_name.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_rpm_package_name.sh b/redhat/build/get_rpm_package_name.sh
index b0818789b..06fafb695 100755
--- a/redhat/build/get_rpm_package_name.sh
+++ b/redhat/build/get_rpm_package_name.sh
@@ -57,7 +57,7 @@ case "${PKGNAME}" in
"libkexiv2") PKGRUNTIME="${lib}kexiv2-5";;
"libkipi") PKGRUNTIME="${lib}kipi0";;
"libr") PKGRUNTIME="${lib}r";;
- "mp4v2") PKGRUNTIME="${lib}mp4v2";;
+ "mp4v2") PKGRUNTIME="mp4v2";;
"tqscintilla") PKGRUNTIME="${lib}tqscintilla7";;
"tqca") PKGRUNTIME="${lib}tqca1";;
"tqca-tls") PKGRUNTIME="${lib}tqt3-mt-tqca-tls";;