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 |
|
|
|
# We do this to allow us to poll for processes efficiently. |
|
# Specifically for FreeBSD and DragonFlyBSD. |
|
chown root:kmem "${DESTDIR}/${MESON_INSTALL_PREFIX}/bin/evisum" |
|
chmod g+s "${DESTDIR}/${MESON_INSTALL_PREFIX}/bin/evisum"
|
|
|