aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/build/populate
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/build/populate')
-rwxr-xr-xrelease/picobsd/build/populate14
1 files changed, 10 insertions, 4 deletions
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index b54b7c9f9c7c..3d73a84dc53d 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: populate,v 1.2 1998/09/03 10:16:03 abial Exp $
+# $Id: populate,v 1.3 1998/09/04 08:08:05 abial Exp $
#
pwd=`pwd`
@@ -33,10 +33,16 @@ if [ "${TYPE}" = "dial" ]
then
cp ../lang/login.${LANGUAGE} /mnt/stand/login
cp ../lang/dialup.${LANGUAGE} /mnt/stand/dialup
- (cd ../../help; for i in `ls *.hlp.${LANGUAGE}`;\
+ (cd ../../help;\
+ rm -rf tmp_hlp;\
+ mkdir tmp_hlp;\
+ for i in `ls *.hlp.${LANGUAGE}`;\
do \
- cp $i /mnt/help/`basename $i .${LANGUAGE}`;\
- done)
+ cp $i tmp_hlp/`basename $i .hlp.${LANGUAGE}`;\
+ done;\
+ cd tmp_hlp;\
+ ar -cru help.a *;\
+ cp help.a /mnt/help.a)
elif [ "${TYPE}" != "router" ]
then
cp ../../build/kvm_kernel.db /mnt/var/db/kvm_kernel.db