You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /bin/sh
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
# FIXME this must be separate?
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
exit `@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`
|
|
|