lighttpd: update lighttpd to 1.4.35
[packages.git] / net / rssh / patches / 001-destdir.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -16,7 +16,7 @@ base=`echo @PACKAGE_STRING@|tr " " "-"`
4         $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
5  
6  install-exec-hook:
7 -       chmod u+s $(libexecdir)/rssh_chroot_helper
8 +       chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper
9  
10  rpm:   dist
11         rpmbuild -ta --sign $(base).tar.gz
12 --- a/Makefile.in
13 +++ b/Makefile.in
14 @@ -830,7 +830,7 @@ uninstall-man: uninstall-man1 uninstall-
15         $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
16  
17  install-exec-hook:
18 -       chmod u+s $(libexecdir)/rssh_chroot_helper
19 +       chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper
20  
21  rpm:   dist
22         rpmbuild -ta --sign $(base).tar.gz