ossp-pkg/rc/Makefile.in 1.35 -> 1.36
--- Makefile.in 2003/07/07 13:30:50 1.35
+++ Makefile.in 2003/07/08 11:41:54 1.36
@@ -126,7 +126,7 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
- $(SHTOOL) install -c -m 644 rc $(DESTDIR)$(bindir)/rc
+ $(SHTOOL) install -c -m 755 rc $(DESTDIR)$(bindir)/rc
$(SHTOOL) install -c -m 644 rc.1 $(DESTDIR)$(mandir)/man1/rc.1
$(SHTOOL) install -c -m 644 rc-sample.5 $(DESTDIR)$(mandir)/man5/rc-sample.5
|
|