Skip to content

Commit 72d01f4

Browse files
committed
updated Makefile
1 parent 0bba447 commit 72d01f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,10 @@ yum-packages-multimedia:
200200

201201
.PHONY: jython
202202
jython:
203-
if [ -x /sbin/apk ]; then apk add --no-cache wget expect; fi
204-
if [ -x /usr/bin/apt-get ]; then apt-get install -y wget expect; fi
205-
if [ -x /usr/bin/yum ]; then yum install -y wget expect; fi
203+
@#if [ -x /sbin/apk ]; then apk add --no-cache wget expect; fi
204+
@#if [ -x /usr/bin/apt-get ]; then apt-get install -y wget expect; fi
205+
@#if [ -x /usr/bin/yum ]; then yum install -y wget expect; fi
206+
bash-tools/packages/install_packages.sh wget expect
206207
sh jython_install.sh
207208

208209
.PHONY: test-lib

0 commit comments

Comments
 (0)