~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/config/mkman

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
sed "s%\[major\]%$1%g
 
4
s%\[version\]%$2%g
 
5
s%\[bindir\]%$3%g
 
6
s%\[imgdir\]%$4%g
 
7
s%\[plgdir\]%$5%g
 
8
s%\[mandir\]%$6%g
 
9
s%\[docdir\]%$7%g"