[X2Go-Commits] [pinentry-x2go] 01/01: pinentry-x2go.spec: install man page into buildroot, not real system.

git-admin at x2go.org git-admin at x2go.org
Wed Dec 5 01:51:35 CET 2018


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

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit 70db7c5c9073d381c1ccc0c2b465e342467a7e18
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Dec 5 01:50:38 2018 +0100

    pinentry-x2go.spec: install man page into buildroot, not real system.
---
 debian/changelog   | 1 +
 pinentry-x2go.spec | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37f2933..5826bdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pinentry-x2go (0.7.5.11-0x2go1) UNRELEASED; urgency=medium
   * New upstream version (0.7.5.11):
   * pinentry-x2go.spec:
     - Install new man page.
+    - Install man page into buildroot, not real system.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 04 Dec 2018 05:46:30 +0100
 
diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec
index 30cc828..3f0832b 100644
--- a/pinentry-x2go.spec
+++ b/pinentry-x2go.spec
@@ -47,8 +47,8 @@ pushd pinentry-x2go/
 # Why on earth does every goddamn build system have to use different names
 # for DESTDIR, and force strip on us?
 make install DESTDIR="%{buildroot}" INSTALL_ROOT="%{buildroot}" STRIP="true"
-install -d -m 755 '%{_mandir}/man1/'
-install -m 644 'pinentry-x2go.1' '%{_mandir}/man1/'
+install -d -m 755 '%{buildroot}/%{_mandir}/man1/'
+install -m 644 'pinentry-x2go.1' '%{buildroot}/%{_mandir}/man1/'
 popd
 
 %files

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


More information about the x2go-commits mailing list