Changeset 34 for devel/dploy-common/install.sh
- Timestamp:
- 01/24/08 20:05:59 (4 years ago)
- File:
-
- 1 edited
-
devel/dploy-common/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
devel/dploy-common/install.sh
r33 r34 6 6 if [ "_$PREFIX" != "_" ]; then 7 7 local=${DESTDIR}$PREFIX 8 conf=${DESTDIR}$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 13 15 echo "PBPKG PBVER-rPBREV will be installed under $local" 14 mkdir -p $ local/share/data15 cd $ local/share/data16 mkdir -p $conf/keys 17 cd $conf/keys 16 18 ssh-keygen -b 1024 -t dsa -f dploy_id_dsa -q -N ""
Note: See TracChangeset
for help on using the changeset viewer.
