qt4: keep qconfig.pri around

This commit is contained in:
Johannes Winkelmann 2008-10-16 21:49:38 +02:00
parent 1b7ff60f09
commit bd95e86d80
2 changed files with 3 additions and 2 deletions

View File

@ -2480,5 +2480,6 @@ drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++-64/
drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++/ drwxr-xr-x root/root usr/share/qt4/mkspecs/linux-g++/
-rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qmake.conf -rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qmake.conf
-rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qplatformdefs.h -rw-r--r-- root/root usr/share/qt4/mkspecs/linux-g++/qplatformdefs.h
-rw-r--r-- root/root usr/share/qt4/mkspecs/qconfig.pri
lrwxrwxrwx root/root usr/share/qt4/plugins -> ../../lib/qt lrwxrwxrwx root/root usr/share/qt4/plugins -> ../../lib/qt
-rw-r--r-- root/root usr/share/qt4/q3porting.xml -rw-r--r-- root/root usr/share/qt4/q3porting.xml

View File

@ -5,7 +5,7 @@
name=qt4 name=qt4
version=4.4.2 version=4.4.2
release=1 release=2
source=(ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-$version.tar.bz2) source=(ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-$version.tar.bz2)
build () { build () {
@ -33,7 +33,7 @@ build () {
make INSTALL_ROOT=$PKG install make INSTALL_ROOT=$PKG install
rm -rf `find $PKG/usr/share/qt4/mkspecs/* | \ rm -rf `find $PKG/usr/share/qt4/mkspecs/* | \
grep -v linux-g++ | grep -v common | grep -v features` grep -v linux-g++ | grep -v common | grep -v pri | grep -v features`
rm -f $PKG/usr/share/qt4/mkspecs/linux-g++/linux-g++ rm -f $PKG/usr/share/qt4/mkspecs/linux-g++/linux-g++
rm -rf $PKG/usr/share/qt4/mkspecs/features/{mac,win32} rm -rf $PKG/usr/share/qt4/mkspecs/features/{mac,win32}
rm -rf $PKG/usr/share/qt4/mkspecs/common/mac* rm -rf $PKG/usr/share/qt4/mkspecs/common/mac*