[gobolinux-users] gobolinux-users Digest, Vol 29, Issue 2
Patrick M Gremo
PGremo at thoughtworks.com
Mon Feb 5 16:35:05 UTC 2007
Thanks,
That worked. Is this on the wiki somewhere that I missed?
> On 2/4/07, Patrick M Gremo <PGremo at thoughtworks.com> wrote:
> > I'm trying to install Io http://www.iolanguage.com.
> >
> > The compile works fine, but when I try to install every file is listed
as a
> > leftover by SandboxInstall. I don't see anything unusual.
> >
> >
> > Snippet from Makefile:
> >
> > INSTALL_PREFIX ?= /usr/local
> >
> > ......
> >
> > install:
> > umask 022
> > mkdir -p $(INSTALL_PREFIX)/{bin,lib} || true
> > cp _build/binaries/io$(BINARY_SUFFIX)
> > $(INSTALL_PREFIX)/bin || true
> > chmod ugo+rx $(INSTALL_PREFIX)/bin/io
> > cp _build/binaries/io_static$(BINARY_SUFFIX)
> > $(INSTALL_PREFIX)/bin
> > chmod ugo+rx
> > $(INSTALL_PREFIX)/bin/io_static$(BINARY_SUFFIX) || true
> > cp _build/dll/* $(INSTALL_PREFIX)/lib || true
> > cp _build/lib/* $(INSTALL_PREFIX)/lib || true
> > rm -rf $(INSTALL_PREFIX)/lib/io || true
> > mkdir -p $(INSTALL_PREFIX)/lib/io || true
> > cp -fR addons $(INSTALL_PREFIX)/lib/io
> > chmod -R ugo+rX $(INSTALL_PREFIX)/lib/io
>
> Do you have ' make_variables=("INSTALL_PREFIX=$target") ' in your
recipe?
>
> --
> Lucas
> powered by /dev/dsp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gobolinux.org/pipermail/gobolinux-users/attachments/20070205/d6aa97e1/attachment.htm
More information about the gobolinux-users
mailing list