mid-kid
9 years ago
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
compile_configure() { |
|||
./configure --prefix="$dir_prefix" --sysconfdir="$dir_sysroot/etc" $@ |
|||
make |
|||
do_check make check |
|||
make DESTDIR="$dir_install" install |
|||
} |
Loading…
Reference in new issue