Re: [dev][smdev] Fixed Makefile to create bin folder

2014-04-06 Thread sin
On Sun, Apr 06, 2014 at 12:37:54AM +0300, Ari Malinen wrote: > Its hard to write ebuilds for smdev because this line is missing from smdev: > @mkdir -p ${DESTDIR}${PREFIX}/bin > > Here is patch: > http://koti.kapsi.fi/~deferi/patches/smdev-git-create-bin.diff This has been fixed, thanks for repor

[dev][smdev] Fixed Makefile to create bin folder

2014-04-05 Thread Ari Malinen
Its hard to write ebuilds for smdev because this line is missing from smdev: @mkdir -p ${DESTDIR}${PREFIX}/bin Here is patch: http://koti.kapsi.fi/~deferi/patches/smdev-git-create-bin.diff diff --git a/Makefile b/Makefile index 48749e5..59d844f 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @