git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@86 de75baf8...
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 2 May 2006 01:05:01 +0000 (01:05 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 2 May 2006 01:05:01 +0000 (01:05 +0000)
checkinstall [new file with mode: 0644]

diff --git a/checkinstall b/checkinstall
new file mode 100644 (file)
index 0000000..6adfb56
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh\r
+\r
+expected_platform="sparc"\r
+platform=`uname -p`\r
+if [ ${platform} != ${expected_platform} ]; then\r
+       echo "This package must be installed on ${expected_platform}"\r
+       exit 1\r
+fi\r
+exit 0\r