mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
If BUILDME is run from docs, move to the base directory
This commit is contained in:
parent
f992192799
commit
bcd4707c6c
|
@ -2,6 +2,10 @@
|
|||
# quick build (for lazy programmers). for more information on the
|
||||
# build process, see the README file.
|
||||
|
||||
if [ ${PWD##*/} == "docs" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ "$1" = "clean" ]; then
|
||||
python setup.py clean
|
||||
rm -f *.so PIL/*.so
|
||||
|
|
Loading…
Reference in New Issue
Block a user