Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Really fix prefix replacement in help2man
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 27, 2014
1 parent 4cfe5c7 commit 38920d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion help2man/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./configure --prefix=$PREFIX
make
make install
sed -i -e "s:/usr/local:$PREFIX:g" $PREFIX/bin/help2man
sed -i -e "s:/usr:$PREFIX:g" $PREFIX/bin/help2man
5 changes: 3 additions & 2 deletions help2man/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ source:
sha1: 7eebb6ead072b19863f28acca051bc3e3c40fdf9

build:
number: 2
number: 3

requirements:
run:
- perl

test:
commands:
- help2man --help
# Make sure we don't pick up the system perl
- PATH=$PREFIX/bin help2man --help

0 comments on commit 38920d3

Please sign in to comment.