diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-04-15 19:43:15 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-04-15 19:43:15 +0200 |
commit | 41284c83ff5be87bbc957f646c0db642e93cc722 (patch) | |
tree | 8b61e4e593c0e6f94cfe83c4ea363fc62e83bcab /redhat/build/get_rpm_package_name.sh | |
parent | 062d4cb70976cec2a15349c6abe70a506d19f1d5 (diff) | |
download | tde-packaging-41284c83ff5be87bbc957f646c0db642e93cc722.tar.gz tde-packaging-41284c83ff5be87bbc957f646c0db642e93cc722.zip |
RPM Packaging: update build scripts
Diffstat (limited to 'redhat/build/get_rpm_package_name.sh')
-rwxr-xr-x | redhat/build/get_rpm_package_name.sh | 2 |
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 14a32f2d7..712732911 100755 --- a/redhat/build/get_rpm_package_name.sh +++ b/redhat/build/get_rpm_package_name.sh @@ -31,7 +31,7 @@ echo "${PREFIX}${PKGNAME}" if [ -n "${DEVEL}" ]; then # Check if development package is required. - # Applications do NOT have development packages + # Applications do NOT have development packages, except K3B case "${PKGCATEGORY}" in "applications") if [ "${PKGNAME}" != "k3b" ]; then exit 0; fi;; esac |