Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luke tarball needs to extract to a "luke" directory #21

Closed
GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments
Closed

luke tarball needs to extract to a "luke" directory #21

GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Download luke tar ball
2. Extract - e.g. tar xvfz luke-src-1.0.1.tgz
3.

What is the expected output? What do you see instead?

- Expect: to have the content extracted to a luke-src-1.0.1 dir
- Actual: contents of the tarball are extracted with no sub-dir, this is messy


What version of the product are you using? On what operating system?

1.0.1

Please provide any additional information below.

Thanks.

Original issue reported on code.google.com by bevan.ko...@gmail.com on 23 Jun 2010 at 10:11

@GoogleCodeExporter
Copy link
Author

In build.xml

                <tar compression="gzip" destfile="${srctgz}">
                        <tarfileset dir=".">
                                <patternset refid="distfiles"/>
                        </tarfileset>
                </tar>

Add a prefix="luke-${build.ver}"

                <tar compression="gzip" destfile="${srctgz}">
                        <tarfileset dir="." prefix="luke-${build.ver}">
                                <patternset refid="distfiles"/>
                        </tarfileset>
                </tar>

Original comment by Photod...@gmail.com on 26 Jul 2010 at 7:41

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

I applied the patch with some changes, to fix also the zip target, in rev. 60 
(branch-3x) and rev. 61 (trunk). Thank you!

Original comment by sig...@gmail.com on 27 Apr 2011 at 11:04

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant