Browse Source

fake:

fixed qt to install into qt33 by default


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2581 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
fake 21 years ago
parent
commit
1a8b6a1aa7
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      package/kde/qt/qt.conf

+ 4
- 4
package/kde/qt/qt.conf

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/qt32"
prefix="opt/qt33"
set_confopt
fi
@ -57,10 +57,10 @@ qt_main() {
find $docdir -name '*.o' | xargs rm -vf
find $docdir -type f -perm +111 | xargs strip -v || true
cat > $root/etc/profile.d/qt32 <<-EOT
QT32DIR=/$prefix
cat > $root/etc/profile.d/qt33 <<-EOT
QT33DIR=/$prefix
QTDIR=/$prefix
export QT32DIR QTDIR
export QT33DIR QTDIR
EOT
}

Loading…
Cancel
Save