pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sc-im: Fix installed file permissions



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Wed Dec 12 13:43:13 2018 +0100
Changeset:	4b536854bfebe14285bb3908b84d8d314ed5afa5

Modified Files:
	sc-im/distinfo
Added Files:
	sc-im/patches/patch-src_Makefile

Log Message:
sc-im: Fix installed file permissions

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b536854bfebe14285bb3908b84d8d314ed5afa5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sc-im/distinfo                   |  2 +-
 sc-im/patches/patch-src_Makefile | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diffs:
diff --git a/sc-im/distinfo b/sc-im/distinfo
index 4a89788c9e..78e05cfa93 100644
--- a/sc-im/distinfo
+++ b/sc-im/distinfo
@@ -4,4 +4,4 @@ SHA1 (sc-im-0.7.0.tar.gz) = 1e8e2ad2f9042c304f57fefb320bb18e76edd398
 RMD160 (sc-im-0.7.0.tar.gz) = 6b13e1dfd46b57dd84d4458fb8bdb509b07d1f1e
 SHA512 (sc-im-0.7.0.tar.gz) = 47bc02d4b698c30a3144733216cfdf57daafb4115e5d49774104c4fedbd22f1ab7e491e1fc16683273c8c5e8820f6caf2389223c4789b9e3f777d57528b76f1b
 Size (sc-im-0.7.0.tar.gz) = 1109887 bytes
-SHA1 (patch-src_Makefile) = 9705c3a80f22b3a41f22d8bc4d8a835907b0bb7a
+SHA1 (patch-src_Makefile) = 07219cb8116066dbe3f4cb219640c1c5302831b1
diff --git a/sc-im/patches/patch-src_Makefile b/sc-im/patches/patch-src_Makefile
new file mode 100644
index 0000000000..19e2d5dbea
--- /dev/null
+++ b/sc-im/patches/patch-src_Makefile
@@ -0,0 +1,16 @@
+Upstream PR:
+https://github.com/andmarti1424/sc-im/pull/305
+
+--- src/Makefile.orig
++++ src/Makefile
+@@ -141,8 +141,8 @@ install :
+ 	install -d $(DESTDIR)$(prefix)/bin
+ 	install $(name) $(DESTDIR)$(prefix)/bin/$(name)
+ 	install -d $(DESTDIR)$(HELPDIR)
+-	install doc $(DESTDIR)$(HELPDIR)/$(name)_help
+-	install plot_* $(DESTDIR)$(HELPDIR)/
++	install -m 644 doc $(DESTDIR)$(HELPDIR)/$(name)_help
++	install -m 644 plot_* $(DESTDIR)$(HELPDIR)/
+ 	install -d $(DESTDIR)$(MANDIR)/
+ 	install -m 644 sc-im.1 $(DESTDIR)$(MANDIR)/$(name).1
+ 


Home | Main Index | Thread Index | Old Index