summaryrefslogtreecommitdiffstats
path: root/redhat/build
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-01 19:58:43 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-01 19:58:43 +0200
commitfc5d3c8d01e679b569e18b13488363cadb5e1d7f (patch)
tree330510c67ef58c6841559c4a6e9cde31f3723326 /redhat/build
parent6c6b5d78dec78448e85989c6cd09020e79c1fd6d (diff)
downloadtde-packaging-fc5d3c8d01e679b569e18b13488363cadb5e1d7f.tar.gz
tde-packaging-fc5d3c8d01e679b569e18b13488363cadb5e1d7f.zip
RPM Packaging: updates
Diffstat (limited to 'redhat/build')
-rwxr-xr-xredhat/build/get_rpm_package_name.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/build/get_rpm_package_name.sh b/redhat/build/get_rpm_package_name.sh
index 63a196166..f60190970 100755
--- a/redhat/build/get_rpm_package_name.sh
+++ b/redhat/build/get_rpm_package_name.sh
@@ -34,6 +34,7 @@ if [ -n "${DEVEL}" ]; then
# Applications do NOT have development packages, except K3B
case "${PKGCATEGORY}" in
"applications") if [ "${PKGNAME}" != "k3b" ]; then exit 0; fi;;
+ "extras") if [ "${PKGNAME}" != "akode" ]; then exit 0; fi;;
esac
# Other packags NOT having development package
case "${PKGNAME}" in