diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-10-24 23:02:46 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-10-25 00:16:36 +0100 |
commit | f8f0e712d9e454f4b2dc8e10bcee7795cfab6bc5 (patch) | |
tree | 1968de718929a9323bc4140f7ba16921d1523d4d /net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch | |
parent | net-misc/oidc-agent: stabilize 4.5.2 for amd64 (diff) | |
download | gentoo-f8f0e712d9e454f4b2dc8e10bcee7795cfab6bc5.tar.gz gentoo-f8f0e712d9e454f4b2dc8e10bcee7795cfab6bc5.tar.bz2 gentoo-f8f0e712d9e454f4b2dc8e10bcee7795cfab6bc5.zip |
net-misc/oidc-agent: add 5.0.1, drop 4.5.1
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch')
-rw-r--r-- | net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch b/net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch new file mode 100644 index 000000000000..6b19950e420e --- /dev/null +++ b/net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -739,7 +739,7 @@ + @install -p -m 644 $< $@ + + $(LIBDEV_PATH)/liboidc-agent.a: $(APILIB)/liboidc-agent.a $(LIBDEV_PATH) +- @install -p $< $@ ++ @install -p -m 644 $< $@ + + endif + |