blob: 5e6c06e1fe5d8c7f702f0f02d9640de58465d51f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|