./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
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk