Skip to content

Commit

Permalink
different questions on linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed May 14, 2014
1 parent b3043f4 commit 057a961
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Net-TCPwrappers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
---
match:
distribution: "/Net-TCPwrappers-\d"
perlconfig:
archname: "linux"
pl:
expect:
- "\Qdo you want to link against"
- '\Qdo you want to use /usr/include/tcpd.h as your header?'
- "\n"
- "\Qdo you want to use"
- '\Qenter library directory to use:'
- "\n"
---
match:
distribution: "/Net-TCPwrappers-\d"
pl:
expect:
- '\Qdo you want to link against'
- "\n"
- '\Qdo you want to use'
- "\n"

0 comments on commit 057a961

Please sign in to comment.