12 lines
371 B
Diff
12 lines
371 B
Diff
--- 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
|