|
|
@ -33,6 +33,11 @@ pm_silo() { |
|
|
|
} |
|
|
|
|
|
|
|
hook_add postmake 3 pm_silo |
|
|
|
|
|
|
|
# use the system's ext2_err.h includes, see also |
|
|
|
# 'use-system-ext2_err-h.patch' |
|
|
|
hook_add premake 1 "rm -f include/ext2fs/ext2_err.h" |
|
|
|
|
|
|
|
var_append makeopt ' ' 'USELIB="-L $root/lib"' |
|
|
|
var_append makeinstopt ' ' 'DESTDIR=$root' |
|
|
|
|