Gentoo Archives: gentoo-portage-dev

From: Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] possible bug with 2.1 alpha?
Date: Mon, 31 Oct 2011 03:55:47
Message-Id: 20051002203133.11eadac1@eusebe
In Reply to: [gentoo-portage-dev] possible bug with 2.1 alpha? by William Hubbs
1 On Sun, 2 Oct 2005 12:35:37 -0500
2 William Hubbs <williamh@g.o> wrote:
3
4 > install: all
5 > $(INSTALL) $(BINARIES) $(DESTDIR)$(PREFIX)/bin
6 ...
7 > install: installing multiple files, but last argument,
8 > `/var/tmp/portage/speakup-utils-1.0/image//usr/bin' is not a
9 > directory
10
11 Seems that it simply lacks creation of the target directory.
12 I would either add an "$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin" in the
13 makefile, or workaround it with a "dodir /usr/bin" in the ebuild.
14 But i don't think it's related to portage CVS.
15
16 --
17 TGL.
18 --
19 gentoo-portage-dev@g.o mailing list