Browse Source

fake:

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
rocklinux
fake 19 years ago
parent
commit
3d8b355538
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/x11/qt/qt.conf

+ 1
- 1
package/x11/qt/qt.conf

@ -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

Loading…
Cancel
Save