From ce51036a2fa9362ed0714e5651e136336b27f118 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 30 Jul 2010 00:26:32 +0200 Subject: [PATCH] qt4: fixed symlink path issues --- qt4/.footprint | 4 ++-- qt4/Pkgfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4/.footprint b/qt4/.footprint index 382dccfa2..ae9c21885 100644 --- a/qt4/.footprint +++ b/qt4/.footprint @@ -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/ diff --git a/qt4/Pkgfile b/qt4/Pkgfile index bd9e0cfc7..f9e704afb 100644 --- a/qt4/Pkgfile +++ b/qt4/Pkgfile @@ -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