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