[rssh] makefile patch

Rahul Sundaram sundaram at fedoraproject.org
Wed May 18 20:47:31 UTC 2011


commit 504487255bc74feadbc228d90ce110015f08f75f
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu May 19 02:14:32 2011 +0530

    makefile patch

 rssh-2.3.2-makefile.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/rssh-2.3.2-makefile.patch b/rssh-2.3.2-makefile.patch
new file mode 100644
index 0000000..c28167e
--- /dev/null
+++ b/rssh-2.3.2-makefile.patch
@@ -0,0 +1,11 @@
+--- rssh-2.3.2/Makefile.in.old	2008-07-21 19:52:51.000000000 -0400
++++ rssh-2.3.2/Makefile.in	2008-07-21 19:52:54.000000000 -0400
+@@ -728,7 +728,7 @@
+ 	$(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
+ 
+ install-exec-hook:
+-	chmod u+s $(libexecdir)/rssh_chroot_helper
++	chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper
+ 
+ rpm:	dist
+ 	rpmbuild -ta --sign $(base).tar.gz


More information about the scm-commits mailing list