* Torsten Veller <[EMAIL PROTECTED]>:
> Is this a portage problem?
Yes, it is. Let's see what happens:
- Generate a tar with symbolic links older and younger than the target.
# mkdir test && cd test && touch 1 && ln -s 1 2 && ln -s 3 4 && touch 3 && cd ..
# tar -cf test.tar test
- Write an ebuild script:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION=""
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_install() {
cd ${D} && tar -xpf ${FILESDIR}/test.tar && touch uiuiui
}
- see that no uiuiui is generated.
--
.: Torsten Veller | A sine curve goes off to infinity :.
.: PGP 0x9C67CD96 | or at least the end of the blackboard :.
--
[EMAIL PROTECTED] mailing list