Changeset 628


Ignore:
Timestamp:
Jun 21, 2008, 9:16:10 PM (16 years ago)
Author:
price
Message:

web: fix file permissions on each make

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/Makefile

    r583 r628  
    11DIRS = templates
    22
    3 all: kill compile
     3all: kill chmod compile
     4
     5chmod:
     6        chgrp -R sipb-xen . 2>/dev/null || true
     7        chmod -R g+w . 2>/dev/null || true
    48
    59kill:
Note: See TracChangeset for help on using the changeset viewer.