mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
6 lines
161 B
CMake
6 lines
161 B
CMake
#! /bin/sh
|
|
|
|
prefix=${CMAKE_INSTALL_PREFIX}
|
|
exec_prefix=${CMAKE_INSTALL_PREFIX}/bin
|
|
exit `${CMAKE_INSTALL_PREFIX}/bin/meinproc4 --check --stdout $@ > /dev/null`
|
|
|