|
@ -2,5 +2,5 @@ compile_configure() { |
|
|
./configure --prefix="$dir_prefix" --sysconfdir=/etc $@ |
|
|
./configure --prefix="$dir_prefix" --sysconfdir=/etc $@ |
|
|
make |
|
|
make |
|
|
option !no_check make check |
|
|
option !no_check make check |
|
|
make DESTDIR="$dir_install" install |
|
|
make DESTDIR="$dir_install/" install |
|
|
} |
|
|
} |
|
|