Changeset 372 for lcd/GNUmakefile


Ignore:
Timestamp:
09/04/2008 20:25:01 (2 years ago)
Author:
douglas
Message:

Run the LCD thingy on Zweihander.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lcd/GNUmakefile

    r271 r372  
    77layout :=$(shell layout) 
    88 
    9 ifeq ($(layout),debian) 
    10 layout :=init.d 
    11 endif 
    12  
    139all: 
    1410 
    1511install: 
    16 ifeq ($(layout),init.d) 
    17         install -g root -o root -v init.d/lcd /etc/init.d 
    18         update-rc.d lcd defaults 99 01 
    19 endif 
     12        install -dg 0 -o 0 -v /ccs/sbin 
     13        install -g 0 -o 0 -v lcd.pl /ccs/sbin/lcd.pl 
     14        install -g 0 -o 0 -v rc.d/CCSlcd /usr/local/etc/rc.d 
Note: See TracChangeset for help on using the changeset viewer.