diff --git a/template b/template index 2395485..e1788d7 100644 --- a/template +++ b/template @@ -1,5 +1,5 @@ pkgname=ip-lookup -version=1.0 +version=1.1 revision=1 wrksrc="${pkgname}-${version}" build_style=gnu-makefile @@ -16,10 +16,10 @@ do_extract() { : } do_build() { - make + make -C ${wrksrc} SRCDIR=${wrksrc}/src OBJDIR=${wrksrc}/bin } do_install() { - vbin ip-lookup + vbin ${wrksrc}/bin/ip-lookup }