qt4: remove -qt4 suffix from links in /usr/bin
This commit is contained in:
parent
86f59af8d1
commit
8d2395f7d9
@ -1,20 +1,20 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/assistant-qt4 -> ../share/qt4/bin/assistant
|
||||
lrwxrwxrwx root/root usr/bin/designer-qt4 -> ../share/qt4/bin/designer
|
||||
lrwxrwxrwx root/root usr/bin/linguist-qt4 -> ../share/qt4/bin/linguist
|
||||
lrwxrwxrwx root/root usr/bin/lrelease-qt4 -> ../share/qt4/bin/lrelease
|
||||
lrwxrwxrwx root/root usr/bin/lupdate-qt4 -> ../share/qt4/bin/lupdate
|
||||
lrwxrwxrwx root/root usr/bin/moc-qt4 -> ../share/qt4/bin/moc
|
||||
lrwxrwxrwx root/root usr/bin/assistant -> ../share/qt4/bin/assistant
|
||||
lrwxrwxrwx root/root usr/bin/designer -> ../share/qt4/bin/designer
|
||||
lrwxrwxrwx root/root usr/bin/linguist -> ../share/qt4/bin/linguist
|
||||
lrwxrwxrwx root/root usr/bin/lrelease -> ../share/qt4/bin/lrelease
|
||||
lrwxrwxrwx root/root usr/bin/lupdate -> ../share/qt4/bin/lupdate
|
||||
lrwxrwxrwx root/root usr/bin/moc -> ../share/qt4/bin/moc
|
||||
lrwxrwxrwx root/root usr/bin/pixeltool -> ../share/qt4/bin/pixeltool
|
||||
lrwxrwxrwx root/root usr/bin/qdbus -> ../share/qt4/bin/qdbus
|
||||
lrwxrwxrwx root/root usr/bin/qdbuscpp2xml -> ../share/qt4/bin/qdbuscpp2xml
|
||||
lrwxrwxrwx root/root usr/bin/qdbusxml2cpp -> ../share/qt4/bin/qdbusxml2cpp
|
||||
lrwxrwxrwx root/root usr/bin/qmake-qt4 -> ../share/qt4/bin/qmake
|
||||
lrwxrwxrwx root/root usr/bin/qmake -> ../share/qt4/bin/qmake
|
||||
lrwxrwxrwx root/root usr/bin/qt3to4 -> ../share/qt4/bin/qt3to4
|
||||
lrwxrwxrwx root/root usr/bin/qtconfig-qt4 -> ../share/qt4/bin/qtconfig
|
||||
lrwxrwxrwx root/root usr/bin/qtconfig -> ../share/qt4/bin/qtconfig
|
||||
lrwxrwxrwx root/root usr/bin/rcc -> ../share/qt4/bin/rcc
|
||||
lrwxrwxrwx root/root usr/bin/uic-qt4 -> ../share/qt4/bin/uic
|
||||
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/
|
||||
drwxr-xr-x root/root usr/include/qt4/
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=qt4
|
||||
version=4.5.0
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
@ -52,7 +52,7 @@ build () {
|
||||
cd $PKG/usr/bin
|
||||
for f in assistant designer linguist lrelease lupdate moc qmake qtconfig uic
|
||||
do
|
||||
ln -s ../share/qt4/bin/$f $f-qt4
|
||||
ln -s ../share/qt4/bin/$f $f
|
||||
done
|
||||
|
||||
for f in pixeltool qdbus qdbuscpp2xml qdbusxml2cpp qt3to4 rcc uic3; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user