diff options
Diffstat (limited to 'network/rssh/Makefile.in.patch')
-rw-r--r-- | network/rssh/Makefile.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/rssh/Makefile.in.patch b/network/rssh/Makefile.in.patch new file mode 100644 index 000000000000..5e6c06e1fe5d --- /dev/null +++ b/network/rssh/Makefile.in.patch @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-03-01 14:47:01.563001285 +0100 ++++ Makefile.in 2011-03-01 14:50:20.735775586 +0100 +@@ -830,7 +830,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 |