sys-fs/xfsprogs: make install-dev

Will provide headers and libs, needed by packages, which extends
xfs. For example xfsdump. It needs xfs/xfs.h.
for/master
Denis Knauf 2012-10-01 15:06:03 +02:00 committed by Daniel Mierswa
parent b940789dbb
commit 542d63f0b0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ DEPENDENCIES="
"
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' --sbindir=/sbin )
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" install-dev )
src_prepare() {
default