Changeset 34 for devel/dploy-dhcp/install.sh
- Timestamp:
- 01/24/08 20:05:59 (4 years ago)
- File:
-
- 1 edited
-
devel/dploy-dhcp/install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/dploy-dhcp/install.sh
r33 r34 6 6 if [ "_$PREFIX" != "_" ]; then 7 7 local=${DESTDIR}$PREFIX 8 conf=$CONFDIR 8 9 else 9 10 local=/usr/local 10 11 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 11 13 fi 12 14 … … 14 16 mkdir -p $local/bin 15 17 install -m 0755 bin/dploy-add2dhcp $local/bin 18 19 # The script need to know where the CONFDIR is 20 perl -pi -e "s|PBCONF|$conf|" $local/bin/dploy-add2dhcp
Note: See TracChangeset
for help on using the changeset viewer.
