We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6803e1d commit 112eb08Copy full SHA for 112eb08
src/sflow/hsflowd/Makefile
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
10
git clone https://github.com/sflow/host-sflow
11
12
pushd ./host-sflow
13
- git checkout -b sflow tags/v2.0.26-4
+ git checkout -b sflow tags/v$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)
14
15
# Apply patch series
16
stg init
0 commit comments