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.
8 lines
198 B
8 lines
198 B
14 years ago
|
#! /bin/sh
|
||
|
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
# FIXME this must be separate?
|
||
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exit `@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`
|
||
|
|