qt4: fixed symlink path issues
This commit is contained in:
parent
06fda2862a
commit
ce51036a2f
@ -20,7 +20,7 @@ lrwxrwxrwx root/root usr/bin/rcc -> ../share/qt4/bin/rcc
|
||||
lrwxrwxrwx root/root usr/bin/uic -> ../share/qt4/bin/uic
|
||||
lrwxrwxrwx root/root usr/bin/uic3 -> ../share/qt4/bin/uic3
|
||||
drwxr-xr-x root/root usr/include/
|
||||
lrwxrwxrwx root/root usr/include/qt4 -> ../../share/qt4/include
|
||||
lrwxrwxrwx root/root usr/include/qt4 -> ../share/qt4/include
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/Qt3Support.pc
|
||||
@ -44,7 +44,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/QtWebKit.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/QtXml.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/QtXmlPatterns.pc
|
||||
lrwxrwxrwx root/root usr/lib/qt4 -> ../../share/qt4/lib
|
||||
lrwxrwxrwx root/root usr/lib/qt4 -> ../share/qt4/lib
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/qt4/
|
||||
drwxr-xr-x root/root usr/share/qt4/bin/
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=qt4
|
||||
version=4.6.3
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.trolltech.com/pub/qt/source/qt-everywhere-opensource-src-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
@ -42,8 +42,8 @@ build () {
|
||||
install -d $PKG/{etc/ld.so.conf.d,usr/{bin,lib,include}}
|
||||
echo "/usr/share/qt4/lib" > $PKG/etc/ld.so.conf.d/qt4.conf
|
||||
|
||||
ln -s ../../share/qt4/include $PKG/usr/include/qt4
|
||||
ln -s ../../share/qt4/lib $PKG/usr/lib/qt4
|
||||
ln -s ../share/qt4/include $PKG/usr/include/qt4
|
||||
ln -s ../share/qt4/lib $PKG/usr/lib/qt4
|
||||
ln -s linux-g++ $PKG/usr/share/qt4/mkspecs/default
|
||||
|
||||
mv $PKG/usr/share/qt4/lib/pkgconfig $PKG/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user