Skip to content

Commit

Permalink
qt5: Fixing the bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Sep 14, 2014
1 parent c3bccb8 commit 8d62aac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zbeta/qt5/BUILD
Expand Up @@ -19,7 +19,7 @@
./configure -confirm-license "${LICENSE_TYPE}" \
-prefix "${MODULE_PREFIX}" \
-sysconfdir "/etc/xdg" \
-bindir "${MODULE_PREFIX}/lib/$MODULE/bin" \
-bindir "${MODULE_PREFIX}/bin/$MODULE" \
-libdir "${MODULE_PREFIX}/lib/$MODULE" \
-archdatadir "${MODULE_PREFIX}/lib/$MODULE" \
-plugindir "${MODULE_PREFIX}/lib/$MODULE/plugins" \
Expand Down Expand Up @@ -55,7 +55,7 @@
Type=Application
Name=Qt5 Designer
Comment=Design GUIs for Qt5 applications
Exec=${MODULE_PREFIX}/bin/designer
Exec=${MODULE_PREFIX}/bin/qt5/designer
Icon=${MODULE_PREFIX}/share/pixmaps/designer-qt5.png
Categories=Qt;Development;
Terminal=false
Expand All @@ -67,7 +67,7 @@ EOF
Type=Application
Name=Qt5 Assistant
Comment=Shows Qt5 documentation and examples
Exec=${MODULE_PREFIX}/bin/assistant
Exec=${MODULE_PREFIX}/bin/qt5/assistant
Icon=${MODULE_PREFIX}/share/pixmaps/assistant-qt5.png
Categories=Qt;Development;Documentation;
Terminal=false
Expand All @@ -79,7 +79,7 @@ EOF
Name=Qt5 QDbusViewer
GenericName=D-Bus Debugger
Comment=Debug D-Bus applications
Exec=${MODULE_PREFIX}/bin/qdbusviewer
Exec=${MODULE_PREFIX}/bin/qt5/qdbusviewer
Icon=${MODULE_PREFIX}/share/pixmaps/qdbusviewer-qt5.png
Terminal=false
Encoding=UTF-8
Expand All @@ -92,7 +92,7 @@ EOF
[Desktop Entry]
Name=Qt5 Linquist
Comment=Add translations to Qt5 applications
Exec=${MODULE_PREFIX}/bin/linguist
Exec=${MODULE_PREFIX}/bin/qt5/linguist
Icon=${MODULE_PREFIX}/share/pixmaps/linguist-qt5.png
Terminal=false
Type=Application
Expand Down

0 comments on commit 8d62aac

Please sign in to comment.