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

Log Message:
-----------
siege: fixed binary permissions

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:00:10 UTC (rev 5581)
+++ csw/mgar/pkg/siege/trunk/Makefile   2009-07-15 15:26:21 UTC (rev 5582)
@@ -51,9 +51,9 @@
 
 install-man:
        ginstall -d $(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 -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 -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