blob: a10b82bddb24cf8db6f90ff001efb7ba5ba9cb9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2012-11-27 01:19:34.000000000 +0100
+++ Makefile.in 2013-02-25 15:02:30.080423009 +0100
@@ -730,7 +730,7 @@
$(CC) -c $(DEFS) $(ourdefs) $(AM_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
|