void-packages/srcpkgs/util-linux/libmount.template
2012-02-24 18:16:41 +01:00

12 lines
283 B
Plaintext

# Template file for 'libmount'.
#
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
}