summarylogtreecommitdiffstats
path: root/rpath.patch
diff options
context:
space:
mode:
authorStefan Damm2017-12-02 21:17:08 +0100
committerStefan Damm2017-12-02 21:17:08 +0100
commit25d1d33af104fc7eba79b4d4b78058e9ded56a43 (patch)
tree57c4ba058d7ee49d1fb7b572c2e78eea6078df68 /rpath.patch
downloadaur-25d1d33af104fc7eba79b4d4b78058e9ded56a43.tar.gz
Initial PKGBUILD for entropy-piano-tuner
Diffstat (limited to 'rpath.patch')
-rw-r--r--rpath.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/rpath.patch b/rpath.patch
new file mode 100644
index 000000000000..b531b1c3ff41
--- /dev/null
+++ b/rpath.patch
@@ -0,0 +1,13 @@
+diff --git a/app/app.pro b/app/app.pro
+index 78f9f6d..2b357ef 100644
+--- a/app/app.pro
++++ b/app/app.pro
+@@ -420,7 +420,7 @@ RESOURCES += \
+
+ contains(EPT_CONFIG, install) {
+ # add the install dir for the core the the rpath
+- unix:QMAKE_RPATHDIR += $$EPT_INSTALL_LIB_RDIR/entropypianotuner
++ unix:QMAKE_RPATHDIR += "/$$EPT_INSTALL_LIB_RDIR/entropypianotuner"
+
+ target.path = $$EPT_INSTALL_BIN_DIR
+