source:
trunk/solaris/checkinstall.in
@
611
| Revision 611, 188 bytes checked in by aj, 7 years ago (diff) | |
|---|---|
|
|
| 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 repository browser.
