[X2Go-Commits] [x2gokdriveclient] 13/26: x2gokdriveclient.spec: fix man page install permissions.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 17:17:33 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 900aa83160825145124b39c247a404bd7dfa8a3c
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 15:58:36 2023 +0100
x2gokdriveclient.spec: fix man page install permissions.
---
debian/changelog | 1 +
x2gokdriveclient.spec | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a02fd4..faf3b7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
defined for fake versions of distributions that don't exist yet).
- *.{h,cpp}: move to src directory.
- Makefile: copy from X2Go Client.
+ - x2gokdriveclient.spec: fix man page install permissions.
* debian/rules:
* Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
Especially needed for C++11 support.
diff --git a/x2gokdriveclient.spec b/x2gokdriveclient.spec
index 47cc471..accf123 100644
--- a/x2gokdriveclient.spec
+++ b/x2gokdriveclient.spec
@@ -113,7 +113,7 @@ for X2Go being used on the local area network.
%prep
%setup -q
# Fix up install issues
-#sed -i -e 's/-o root -g root//' Makefile
+sed -i -e 's/-o root -g root//' Makefile
test -f ChangeLog && cp ChangeLog res/txt/changelog || test -f debian/changelog && cp debian/changelog res/txt/changelog || true
test -f ChangeLog.gitlog && cp ChangeLog.gitlog res/txt/git-info || true
@@ -144,7 +144,7 @@ export 'PATH=%{_libqt6_bindir}:'"${PATH}"
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
# Install man pages.
-install -m 0755 man/man1/*.1 %{buildroot}/%{_mandir}/man1/
+install -m 0644 man/man1/*.1 %{buildroot}/%{_mandir}/man1/
%if 0%{?suse_version}
%fdupes %buildroot
--
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