We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b486152 commit cd0fb06Copy full SHA for cd0fb06
tcptraceroute.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: tcptraceroute
3
version: 1.5_beta7
4
- epoch: 0
+ epoch: 1
5
description: Display route path using TCP probes
6
copyright:
7
- license: LGPL-2.0-or-later
@@ -34,8 +34,8 @@ pipeline:
34
- uses: autoconf/configure
35
with:
36
opts: |
37
- --build=$CBUILD \
38
- --host=$CHOST \
+ --host=${{host.triplet.gnu}} \
+ --build=${{host.triplet.gnu}} \
39
--prefix=/usr \
40
--sysconfdir=/etc \
41
--mandir=/usr/share/man \
0 commit comments