11 lines
283 B
Text
11 lines
283 B
Text
# 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
|
|
}
|