fixed package/x11/qt/qt.conf escaping bug in heredoc for etc/profile.d/qt33: -QTDIR=$QT33DIR +QTDIR=\$QT33DIR git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7124 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -93,7 +93,7 @@ qt_pass() {
if [ $xpkg == qt33 ]; then
cat > $root/etc/profile.d/qt33 <<-EOT
QT33DIR=$root/opt/qt33
QTDIR=$QT33DIR
QTDIR=\$QT33DIR
export QT33DIR QTDIR
EOT
elif [ $xpkg == qt40 ]; then