summaryrefslogtreecommitdiffstats
path: root/redhat/build
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-05-12 21:01:49 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-05-12 21:01:49 +0200
commitd7d223089e5b7d84834b970ef6c9cbcb212195ba (patch)
treea6c4755a1648722fa62de541eafc416b5e30de11 /redhat/build
parent831abc8987e241e38503fa2ca00b7eadaeb310d1 (diff)
downloadtde-packaging-d7d223089e5b7d84834b970ef6c9cbcb212195ba.tar.gz
tde-packaging-d7d223089e5b7d84834b970ef6c9cbcb212195ba.zip
RPM packaging: update R14 packages
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 712732911..63a196166 100755
--- a/redhat/build/get_rpm_package_name.sh
+++ b/redhat/build/get_rpm_package_name.sh
@@ -22,7 +22,7 @@ esac
# Use the Trinity Prefix, or not.
case "${PKGNAME}" in
"trinity-"*|"qt3"|"python-qt3"|"esound") PREFIX="";;
- "gnuchess"|"htdig"|"imlib1"|"libotr3"|"lilypond"|"mftrace"|"pcsc-perl"|"torsocks"|"wv2") PREFIX="";;
+ "autoconf"|"automake"|"cmake"|"gnuchess"|"htdig"|"imlib1"|"libotr3"|"libtool"|"lilypond"|"m4"|"mftrace"|"pcsc-perl"|"torsocks"|"wv2") PREFIX="";;
"curl") PREFIX="trinity-lib";;
*) PREFIX="trinity-";;
esac