summaryrefslogtreecommitdiff
path: root/net-misc/oidc-agent/files/oidc-agent-5.0.1_install-perms.patch
blob: 6b19950e420eec5659bfbfd97e9938fdc43d5630 (plain)
1
2
3
4
5
6
7
8
9
10
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