Skip to content

Commit e803685

Browse files
authored
Merge pull request #66 from sac/makefile-fix
Makefile fix
2 parents 67fd374 + 374a1ef commit e803685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ release: gen-version
2424
@rm -rf build
2525
@mkdir -p build/src
2626
@cp -r gstatus/* build/src/
27-
@${PYTHON} -m pip install --system -r requirements.txt --target build/src
27+
@${PYTHON} -m pip install -r requirements.txt --target build/src
2828
@cd build/src && zip -r ../${PROGNAME}.zip *
2929
@echo '#!/usr/bin/env ${PYTHON}' | cat - build/${PROGNAME}.zip > build/${PROGNAME}
3030
@chmod +x build/${PROGNAME}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
glustercli==0.8.2
1+
glustercli==0.8.3

0 commit comments

Comments
 (0)