|
|
unpack ${A} | unpack ${A} |
cd ${S} | cd ${S} |
| |
|
epatch ${FILESDIR}/${P}-delbranch-fix.patch |
|
|
useq amd64 && epatch ${FILESDIR}/${P}-amd64.patch | useq amd64 && epatch ${FILESDIR}/${P}-amd64.patch |
| |
if ! useq debug; then | if ! useq debug; then |
echo "UNIONFS_DEBUG_CFLAG=" >> ${user_Makefile} | echo "UNIONFS_DEBUG_CFLAG=" >> ${user_Makefile} |
EXTRACFLAGS="${EXTRACFLAGS} -DNODEBUG" |
EXTRACFLAGS="${EXTRACFLAGS} -DUNIONFS_NDEBUG" |
fi | fi |
| |
useq acl && EXTRACFLAGS="${EXTRACFLAGS} -DUNIONFS_XATTR" # -DFIST_SETXATTR_CONSTVOID" | useq acl && EXTRACFLAGS="${EXTRACFLAGS} -DUNIONFS_XATTR" # -DFIST_SETXATTR_CONSTVOID" |
|
|
} | } |
| |
src_install() { | src_install() { |
dosbin unionctl uniondbg |
dosbin unionctl uniondbg unionimap snapmerge |
doman man/unionfs.4 man/unionctl.8 man/uniondbg.8 |
doman man/unionfs.4 man/unionctl.8 man/uniondbg.8 man/unionimap.8 |
| |
linux-mod_src_install | linux-mod_src_install |
| |
dodoc INSTALL NEWS README ChangeLog |
dodoc INSTALL NEWS README ChangeLog patch-kernel.sh |
} | } |
| |