apw | 3812c03 | 2006-12-07 21:01:14 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | # | ||||
3 | # (C) Copyright IBM Corp. 2004, 2005, 2006 | ||||
4 | # Author: Andy Whitcroft <andyw@uk.ibm.com> | ||||
5 | # | ||||
6 | # The Console Multiplexor is released under the GNU Public License V2 | ||||
7 | # | ||||
8 | read name major minor patch build <.version | ||||
9 | alien --version=$major.$minor.$patch --description="console multiplexor" conmux.tgz |