2010-10-22 16:34:57 +00:00
|
|
|
# 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."
|
|
|
|
|
2012-01-30 16:26:36 +00:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libmount.so*" usr/lib
|
2010-10-22 16:34:57 +00:00
|
|
|
}
|