[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how do I extract in this way....
depending on what is inside opt-1.56.tar.gz you might try a post-extract
target that moves the contents of it to the foo-1.1.4 dir, but if there is
a lot of files instead of a root dir or something then you're better off
having a do-extract target.
// Brad
brad@comstyle.com
bsmith@bfmni.com
brad@openbsd.org
>> foo-1.1.4.tar.gz --extracts to-> /usr/ports/blah/foo/work/foo-1.1.4
>> opt-1.56.tar.gz needs to be extracted inside of the work/foo-1.1.4
>> directory, but currently it just goes inside of the work directory.
>> Is there a way to do this that I have overlooked? Thanks for your
>> help.
>
>Create your do-extract target doing all the extraction yourself is
>certainly the best way here...