root/trunk/solaris/checkinstall.in
| Revision 2286, 188 bytes (checked in by aj, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | expected_platform="@ARCH@" |
| 4 | platform=`uname -p` |
| 5 | if [ ${platform} != ${expected_platform} ]; then |
| 6 | echo "This package must be installed on ${expected_platform}" |
| 7 | exit 1 |
| 8 | fi |
| 9 | exit 0 |
Note: See TracBrowser
for help on using the browser.
