diff options
author | Michal Bialozor <bialyy@o2.pl> | 2011-03-05 18:22:25 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 18:22:25 -0300 |
commit | bec82caba55fdf2e2d986320cbbe15c3b8ca2ed8 (patch) | |
tree | 9da37912faafc6abbda84937f6d3a4d2da9c5ba6 /network/rssh/Makefile.in.patch | |
parent | 53fb4f05f2cce1369eaa249d7f61e0822033b675 (diff) |
network/rssh: Added (restricted ssh)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 0000000000000..5e6c06e1fe5d8 --- /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 |