source: trunk/solaris/checkinstall.in @ 611

Revision 611, 188 bytes checked in by aj, 7 years ago (diff)

Add files to make using openct on solaris easier.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3expected_platform="@ARCH@"
4platform=`uname -p`
5if [ ${platform} != ${expected_platform} ]; then
6        echo "This package must be installed on ${expected_platform}"
7        exit 1
8fi
9exit 0
Note: See TracBrowser for help on using the repository browser.