installation and Makefile
First, there are no clear instructions in readme
Second, i don't get that part of Makefile:
DESTDIR?=
PREFIX?=/usr
D=${DESTDIR}/${PREFIX}
if DESTDIR is empty it goes to //usr
prbl should be just
DESTDIR?=/usr/local
D=${DESTDIR}
Destdir != prefix
About the readme. I should do better documentation and implement lum publish/unpublish like npm does
On Monday, June 18, 2012 at 3:29 AM, NN wrote:
First, there are no clear instructions in readme
Second, i don't get that part of
Makefile:'''DESTDIR?= PREFIX?=/usr D=${DESTDIR}/${PREFIX} '''
if
DESTDIRis empty it goes to//usrprbl should be just
'''DESTDIR?=/usr/local D=${DESTDIR} '''
Reply to this email directly or view it on GitHub: https://github.com/radare/lum/issues/1
I can help with npm >> lum over time, but not count on my word for sure.