Skip to content

Commit

Permalink
Merge pull request #2958 from wolfi-dev/fix_tcptraceroute
Browse files Browse the repository at this point in the history
fix tcptraceroute build
  • Loading branch information
rawlingsj authored Jun 20, 2023
2 parents b486152 + cd0fb06 commit cd9e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tcptraceroute.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tcptraceroute
version: 1.5_beta7
epoch: 0
epoch: 1
description: Display route path using TCP probes
copyright:
- license: LGPL-2.0-or-later
Expand Down Expand Up @@ -34,8 +34,8 @@ pipeline:
- uses: autoconf/configure
with:
opts: |
--build=$CBUILD \
--host=$CHOST \
--host=${{host.triplet.gnu}} \
--build=${{host.triplet.gnu}} \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
Expand Down

0 comments on commit cd9e507

Please sign in to comment.