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

Use prefix when installing deps #285

Merged
merged 1 commit into from
Jan 5, 2016
Merged

Use prefix when installing deps #285

merged 1 commit into from
Jan 5, 2016

Conversation

pnu
Copy link
Contributor

@pnu pnu commented Jan 5, 2016

--prefix options doesn't get pased to the install for deps. For normal install it works correctly.

Before:

$ rm -rf here; mkdir here
$ panda --prefix="inst#here" installdeps .
==> Test depends on Acme::Meow
==> Fetching Acme::Meow
==> Building Acme::Meow
==> Testing Acme::Meow
t/00-load.t .. ok
t/01-fun.t ... ok
All tests successful.
Files=2, Tests=7,  2 wallclock secs ( 0.02 usr  0.00 sys +  1.98 cusr  0.13 csys =  2.13 CPU)
Result: PASS
==> Installing Acme::Meow
==> Successfully installed Acme::Meow
$ tree here
here
└── panda
    ├── projects.json
    └── state

1 directory, 2 files

After:

$ rm -rf here; mkdir here
$ panda --prefix="inst#here" installdeps .
==> Test depends on Acme::Meow
==> Fetching Acme::Meow
==> Building Acme::Meow
==> Testing Acme::Meow
t/00-load.t .. ok
t/01-fun.t ... ok
All tests successful.
Files=2, Tests=7,  2 wallclock secs ( 0.02 usr  0.00 sys +  2.03 cusr  0.14 csys =  2.19 CPU)
Result: PASS
==> Installing Acme::Meow
==> Successfully installed Acme::Meow
$ tree here
here
├── bin
├── dist
│   └── F15BE61835E63CD5C7103F80A8B92AF85AA9EA95
├── panda
│   ├── projects.json
│   └── state
├── repo.lock
├── resources
├── short
│   └── 7EECB474A4B076F9ADC69FA64009364FC2824DBE
└── sources
    └── 4E9BDFC55D26E09C9E7088F6F534B7FBB9028A51

6 directories, 6 files

niner added a commit that referenced this pull request Jan 5, 2016
Use prefix when installing deps
@niner niner merged commit 0986799 into tadzik:master Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants