Revision: 5583
          http://gar.svn.sourceforge.net/gar/?rev=5583&view=rev
Author:   bensons
Date:     2009-07-15 15:34:10 +0000 (Wed, 15 Jul 2009)

Log Message:
-----------
siege: once again permissions fixed

Modified Paths:
--------------
    csw/mgar/pkg/siege/trunk/Makefile

Modified: csw/mgar/pkg/siege/trunk/Makefile
===================================================================
--- csw/mgar/pkg/siege/trunk/Makefile   2009-07-15 15:26:21 UTC (rev 5582)
+++ csw/mgar/pkg/siege/trunk/Makefile   2009-07-15 15:34:10 UTC (rev 5583)
@@ -40,7 +40,7 @@
 install-bin:
        ginstall -d $(DESTDIR)$(bindir)
        @( for file in $(bin-list) ; do \
-               ginstall -m 644 $$file $(DESTDIR)$(bindir) ; \
+               ginstall -m 751 $$file $(DESTDIR)$(bindir) ; \
                        done )
 
 install-conf:
@@ -51,9 +51,9 @@
 
 install-man:
        ginstall -d $(DESTDIR)$(mandir)/man1
-       ginstall -m 751 $(WORKSRC)/doc/siege.1 $(DESTDIR)$(mandir)/man1
-       ginstall -m 751 $(WORKSRC)/doc/bombardment.1 $(DESTDIR)$(mandir)/man1
-       ginstall -m 751 $(WORKSRC)/doc/siege2csv.1 $(DESTDIR)$(mandir)/man1
+       ginstall -m 644 $(WORKSRC)/doc/siege.1 $(DESTDIR)$(mandir)/man1
+       ginstall -m 644 $(WORKSRC)/doc/bombardment.1 $(DESTDIR)$(mandir)/man1
+       ginstall -m 644 $(WORKSRC)/doc/siege2csv.1 $(DESTDIR)$(mandir)/man1
        ginstall -d $(DESTDIR)$(mandir)/man5
        ginstall -m 644 $(WORKSRC)/doc/urls_txt.5 $(DESTDIR)$(mandir)/man5
        ginstall -d $(DESTDIR)$(mandir)/man7


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to