Ignore:
Timestamp:
01/24/08 20:05:59 (4 years ago)
Author:
bruno
Message:

first working packages for common and dhcp.
dhcp needs more work to handle correctly subnet, which was not considered up to now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy-common/install.sh

    r33 r34  
    66if [ "_$PREFIX" != "_" ]; then 
    77    local=${DESTDIR}$PREFIX 
     8    conf=${DESTDIR}$CONFDIR 
    89else 
    910    local=/usr/local 
    1011        echo $PATH | grep $local/bin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/bin to your PATH." 
     12    conf=$local/$CONFDIR 
    1113fi 
    1214 
    1315echo "PBPKG PBVER-rPBREV will be installed under $local" 
    14 mkdir -p $local/share/data 
    15 cd $local/share/data 
     16mkdir -p $conf/keys 
     17cd $conf/keys 
    1618ssh-keygen -b 1024 -t dsa -f dploy_id_dsa -q -N "" 
Note: See TracChangeset for help on using the changeset viewer.