~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to scripts/mkswordbase

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-n9mz4x0zxrs1isd3
Tags: upstream-1.5.7
ImportĀ upstreamĀ versionĀ 1.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
cd ..
 
3
make distclean
 
4
./usrinst.sh
 
5
make
 
6
 
 
7
echo
 
8
echo Please execute the following commands
 
9
echo su
 
10
echo cd ..
 
11
echo "make install; make distclean; exit"
 
12
echo ./mkswordbase2
 
13
echo
 
14