1 |
unnilennium |
1.1 |
diff -pruN rssh-2.3.4.orig/Makefile.in rssh-2.3.4/Makefile.in |
2 |
|
|
--- rssh-2.3.4.orig/Makefile.in 2012-11-27 01:19:34.000000000 +0100 |
3 |
|
|
+++ rssh-2.3.4/Makefile.in 2012-11-28 18:21:03.154903684 +0100 |
4 |
|
|
@@ -727,10 +727,10 @@ uninstall-man: uninstall-man1 uninstall- |
5 |
|
|
|
6 |
|
|
|
7 |
|
|
.c.o: |
8 |
|
|
- $(CC) -c $(DEFS) $(ourdefs) $(AM_CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< |
9 |
|
|
+ $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< |
10 |
|
|
|
11 |
|
|
install-exec-hook: |
12 |
|
|
- chmod u+s $(libexecdir)/rssh_chroot_helper |
13 |
|
|
+ chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper |
14 |
|
|
|
15 |
|
|
rpm: dist |
16 |
|
|
rpmbuild -ta --sign $(base).tar.gz |