From: Jimmy H. <ji...@ha...> - 2001-07-07 18:57:45
|
Oh perhaps if my syntax also works in linux then there would be no need for different version. > for i in $*; do > install -d $BUILD_DIR/`$GETPKG $i`/$i; > install -c $i $BUILD_DIR/`$GETPKG $i`/$i; > done |