Fixed problem missing makefile.
This commit is contained in:
parent
9e7aca27d0
commit
660bd53efc
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ P=
|
|||
|
||||
BUILDDIR=$SRCDIR
|
||||
|
||||
src_build(){
|
||||
/bin/true
|
||||
}
|
||||
|
||||
src_install(){
|
||||
expect - "$SRCDIR" <<EOF
|
||||
spawn ./install
|
||||
|
|
Loading…
Reference in a new issue