Skip to content

Commit

Permalink
traceroute: Avoid hardcoding prefix by using ${PREFIX}
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Sep 3, 2019
1 parent f1eaf29 commit 0160397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traceroute.be0
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ build_in_sourcedir
#}

mee_install() {
bee_install prefix=/usr
bee_install prefix=${PREFIX}
}

0 comments on commit 0160397

Please sign in to comment.