From 6ebb9464b267cf8b0422a594a64ae0fb95dd1377 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 25 Feb 2016 18:13:29 +0100 Subject: [PATCH] Fix bash completion install path --- src/install.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.pri b/src/install.pri index 34ee5676c..ff1f591d4 100644 --- a/src/install.pri +++ b/src/install.pri @@ -44,7 +44,7 @@ mac { ico256.path = $$hicolor_folder/256x256/apps bashcompletion.files = $$PWD/../linux/completion/qupzilla - bashcompletion.path = $$share_folder/usr/share/bash-completion/completions + bashcompletion.path = $$share_folder/bash-completion/completions appdata.files = $$PWD/../linux/appdata/qupzilla.appdata.xml appdata.path = $$share_folder/appdata