mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
fix(standalone): .standalone
dir were already created by git-workdir
... and strangely `mkdir` were missing `-p` option.
This commit is contained in:
parent
2cc5016015
commit
091b31504b
@ -28,7 +28,7 @@ gitversion=$(git describe --tags)
|
||||
rm -rf .standalone
|
||||
if nwd_dump=$( "$git_wdir" . .standalone standalone 2>&1 ); then
|
||||
./bin/gen-standalone.sh
|
||||
mkdir .standalone
|
||||
mkdir -p .standalone
|
||||
cp -p pypi-server-standalone.py .standalone
|
||||
cd .standalone
|
||||
if [ $# -lt 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user