Changeset 347


Ignore:
Timestamp:
02/22/06 00:09:10 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-06-03 14:21:27 by anonymous]
utiliser les bons groupes pour les fichiers installés ici (root:www-
data), même chose pour le réperoire

Original author: anonymous
Date: 2004-06-03 14:21:27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r328 r347  
    11# 
    2 # $Id: Makefile,v 1.14 2004/06/02 01:37:16 anonymous Exp $ 
     2# $Id: Makefile,v 1.15 2004/06/03 14:21:27 anonymous Exp $ 
    33# ---------------------------------------------------------------------- 
    44# AlternC - Web Hosting System 
     
    3636 
    3737install: all 
    38         install -o root -g root -m4550 $(PROGS) du.pl $(BIN) 
    39         install -o root -g root -m0550 $(SCRIPTS) $(BIN) 
     38        chown root:www-data $(BIN) 
     39        chmod 750 $(BIN) 
     40        install -o root -g www-data -m4750 $(PROGS) du.pl $(BIN) 
     41        install -o root -g www-data -m0750 $(SCRIPTS) $(BIN) 
    4042 
    4143clean:  
Note: See TracChangeset for help on using the changeset viewer.