~ubuntu-branches/ubuntu/vivid/tea/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0002-Fix-target-path-for-binary-installation.patch

  • Committer: Package Import Robot
  • Author(s): Tobias Quathamer
  • Date: 2014-10-22 19:53:04 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20141022195304-ns9m470yend0ywyy
Tags: 38.0.0-1
* Imported Upstream version 38.0.0
* Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From: Tobias Quathamer <toddy@debian.org>
2
 
Date: Thu, 31 Oct 2013 14:26:54 +0100
 
2
Date: Mon, 20 Oct 2014 19:43:52 +0200
3
3
Subject: Fix target path for binary installation
4
4
 
5
5
---
7
7
 1 file changed, 1 insertion(+), 1 deletion(-)
8
8
 
9
9
diff --git a/src.pro b/src.pro
10
 
index 14cef42..a92d6ca 100644
 
10
index eec07d4..1295e2a 100644
11
11
--- a/src.pro
12
12
+++ b/src.pro
13
 
@@ -121,7 +121,7 @@ isEmpty(PREFIX) {
14
 
   PREFIX = /usr/local/bin
15
 
    }
16
 
 
17
 
-target.path = $$PREFIX
18
 
+target.path = $$PREFIX/bin
19
 
 
20
 
 INSTALLS += target
21
 
 RESOURCES += rlvn.qrc
 
13
@@ -17,7 +17,7 @@ USE_CLANG = false
 
14
 USE_DEBUG = false 
 
15
 
 
16
 
 
17
-PREFIX = /usr/local/bin
 
18
+PREFIX = /usr/bin
 
19
 
 
20
 
 
21
 contains (USE_PRINTER,true)