help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] A problem with gst-convert (total newbie)


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] A problem with gst-convert (total newbie)
Date: Sun, 13 Apr 2008 15:26:24 +0200
User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)


./configure --prefix=/usr <a few enables>
make
make prefix="${D}/usr" mandir="${D}/usr/share/man" infodir="${D}/usr/share/info" 
lispdir="${D}/usr/share/emacs/site-lisp/gnu-smalltalk" libdir="${D}/usr/lib" install

But this causes Directory systemKernel to be
${D}/usr/share/smalltalk/kernel, so is there some variable to be passed
to make that fixes that ?

What's ${D}?  Why is it being used instead of

   make DESTDIR="${D}" install

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]