Skip to content

Commit

Permalink
Merge pull request #66 from sac/makefile-fix
Browse files Browse the repository at this point in the history
Makefile fix
  • Loading branch information
sac committed May 24, 2022
2 parents 67fd374 + 374a1ef commit e803685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release: gen-version
@rm -rf build
@mkdir -p build/src
@cp -r gstatus/* build/src/
@${PYTHON} -m pip install --system -r requirements.txt --target build/src
@${PYTHON} -m pip install -r requirements.txt --target build/src
@cd build/src && zip -r ../${PROGNAME}.zip *
@echo '#!/usr/bin/env ${PYTHON}' | cat - build/${PROGNAME}.zip > build/${PROGNAME}
@chmod +x build/${PROGNAME}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
glustercli==0.8.2
glustercli==0.8.3

0 comments on commit e803685

Please sign in to comment.