mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
12 lines
368 B
Diff
12 lines
368 B
Diff
|
--- 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
|