[X2Go-Commits] [x2gokdriveclient] 02/02: debian/rules: try to export PREFIX to not install in the default prefix.

git-admin at x2go.org git-admin at x2go.org
Fri Feb 24 18:48:03 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdriveclient.

commit 2b59f4916f2deefa5062f2783f335025a6365def
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Feb 24 18:47:29 2023 +0100

    debian/rules: try to export PREFIX to not install in the default prefix.
    
    We might have to pass it down further, though.
---
 debian/changelog | 2 ++
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6918ea8..bd0c4cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -112,6 +112,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       mechanism. We would need a lot more work for that.
     + Don't install x2gokdriveclient binary manually, the Makefile does that
       for us.
+    + Try to export PREFIX to not install in the default prefix. We might have
+      to pass it down further, though.
   * debian/copyright:
     + Change the source license to GPL-3+.
     + Change license for debian/* to GPL-3+ as well, after asking Mike Gabriel
diff --git a/debian/rules b/debian/rules
index 56b7106..b6b4eb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ include /usr/share/dpkg/buildflags.mk
 
 export QT_SELECT=qt5
 
+export PREFIX='/usr'
+
 %:
 	dh $@ --parallel
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git


More information about the x2go-commits mailing list