Skip to content

Commit

Permalink
Switched lib directory to lib64 since thats what we build for these days
Browse files Browse the repository at this point in the history
  • Loading branch information
cohoe committed May 11, 2017
1 parent f86bf32 commit 1e32608
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions platforms/unix/unix.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ LIBS += -lX11 -lXext -lXrender
unix {
PREFIX = /usr
DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
PLUGINS_PATH=\\\"$$PREFIX/lib64/launchy/plugins/\\\" \
PLATFORMS_PATH=\\\"$$PREFIX/lib64/launchy/\\\"
target.path = $$PREFIX/lib/launchy/
INSTALLS += target
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/calcy/calcy.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../..

unix:!macx {
PREFIX = /usr
target.path = $$PREFIX/lib/launchy/plugins/
icon.path = $$PREFIX/lib/launchy/plugins/icons/
target.path = $$PREFIX/lib64/launchy/plugins/
icon.path = $$PREFIX/lib64/launchy/plugins/icons/
icon.files = calcy.png
INSTALLS += target \
icon
Expand Down
4 changes: 2 additions & 2 deletions plugins/gcalc/gcalc.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../d
if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
unix:!macx {
PREFIX = /usr
target.path = $$PREFIX/lib/launchy/plugins/
target.path = $$PREFIX/lib64/launchy/plugins/

# icon.path = $$PREFIX/lib/launchy/plugins/icons/
# icon.path = $$PREFIX/lib64/launchy/plugins/icons/
# icon.files = gcalc.png
INSTALLS += target
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/runner/runner.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ if(!debug_and_release|build_pass):CONFIG(release, debug|release) {

unix:!macx {
PREFIX = /usr
target.path = $$PREFIX/lib/launchy/plugins/
icon.path = $$PREFIX/lib/launchy/plugins/icons/
target.path = $$PREFIX/lib64/launchy/plugins/
icon.path = $$PREFIX/lib64/launchy/plugins/icons/
icon.files = runner.png
INSTALLS += target icon
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/verby/verby.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../d
if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
unix:!macx {
PREFIX = /usr
target.path = $$PREFIX/lib/launchy/plugins/
icon.path = $$PREFIX/lib/launchy/plugins/icons/
target.path = $$PREFIX/lib64/launchy/plugins/
icon.path = $$PREFIX/lib64/launchy/plugins/icons/
icon.files = verby.png copy.png opencontainer.png properties.png run.png
INSTALLS += target \
icon
Expand Down
4 changes: 2 additions & 2 deletions plugins/weby/weby.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../d
if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
unix:!macx {
PREFIX = /usr
target.path = $$PREFIX/lib/launchy/plugins/
icon.path = $$PREFIX/lib/launchy/plugins/icons/
target.path = $$PREFIX/lib64/launchy/plugins/
icon.path = $$PREFIX/lib64/launchy/plugins/icons/
icon.files = weby.png
INSTALLS += target \
icon
Expand Down
4 changes: 2 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ unix:!macx {

PREFIX = /usr
DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
PLUGINS_PATH=\\\"$$PREFIX/lib64/launchy/plugins/\\\" \
PLATFORMS_PATH=\\\"$$PREFIX/lib64/launchy/\\\"
if(!debug_and_release|build_pass) {
CONFIG(debug, debug|release):DESTDIR = ../debug/
CONFIG(release, debug|release):DESTDIR = ../release/
Expand Down

0 comments on commit 1e32608

Please sign in to comment.