void-packages/srcpkgs/util-linux/libmount.template
2012-01-30 17:26:36 +01:00

12 lines
294 B
Text

# Template file for 'libmount'.
#
revision=2
short_desc="A mount(8) library"
long_desc="
This NEW LIBRARY is designed to be used in low-level utils like
mount(8) and /sbin/mount.<type> helpers as well as in some other
projects."
do_install() {
vmove "usr/lib/libmount.so*" usr/lib
}