Skip to content

Commit 3f48589

Browse files
committed
Updated
1 parent a5103fb commit 3f48589

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ epm :
111111
fi
112112

113113
epm-helper :
114-
sudo apt-get update
115-
sudo apt-get install -y perl
116-
if ! dpkg -l $@; then \
117-
wget $(mTestOpt) https://$(mReleaseUrl)/epm/$(mEpmHelperPkg); \
118-
sudo apt-get install -y ./$(mEpmHelperPkg); \
114+
if [[ ! -x /usr/local/bin/mkver.pl ]]; then \
115+
if ! dpkg -l $@; then \
116+
wget $(mTestOpt) https://$(mReleaseUrl)/epm/$(mEpmHelperPkg); \
117+
sudo apt-get install -y ./$(mEpmHelperPkg); \
118+
fi; \
119119
fi
120120

121121
mk-ssh : util/ssh/id.hamp util/ssh/config

0 commit comments

Comments
 (0)