Skip to content

Commit f935e2f

Browse files
committed
Abbreviate mkdir command
1 parent 1187c39 commit f935e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Setting up build env
44
sudo yum update -y
55
sudo yum install -y git cmake gcc-c++ gcc python-devel chrpath
6-
mkdir lambda-package lambda-package/cv2 build build/numpy
6+
mkdir -p lambda-package/cv2 build/numpy
77

88
# Build numpy
99
pip install --install-option="--prefix=$PWD/build/numpy" numpy

0 commit comments

Comments
 (0)