32466ecc452102a1fc84f4331c0ed099da4e7edc replicated the unified Python bindings
support into Python 2 and Python 3 cases. However, it incorrectly used the
Python 3 variable in this error message instead of the Python 2 variable.
Related to #1992.
cp -f $(DESTDIR)$(pkgpython2dir)/libgv_python2.so _gv.so; \
cp -f $(DESTDIR)$(pkgpython2dir)/gv.py gv.py;) \
else \
- echo "Warning: @PYTHON3_INSTALL_DIR@ is not writable."; \
+ echo "Warning: @PYTHON2_INSTALL_DIR@ is not writable."; \
echo "Skipping system installation of python2 binding."; \
fi
endif