perl Build.PL needs a prefix during testing
This commit is contained in:
parent
7e44666640
commit
92eee74bb3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ How to make a new release of GNU Stow
|
||||||
|
|
||||||
- Make sure all the following commands all run successfully:
|
- Make sure all the following commands all run successfully:
|
||||||
|
|
||||||
perl Build.PL
|
perl Build.PL --prefix=/tmp/stow-test
|
||||||
./Build test
|
./Build test
|
||||||
./Build install
|
./Build install
|
||||||
./Build distcheck
|
./Build distcheck
|
||||||
|
|
Loading…
Reference in a new issue