This was resolved by setting the HTDOCS build target to outside of the gimp-web repository. On Fri, May 2, 2014 at 11:33 AM, Sam Gleske <sam.mxracer@xxxxxxxxx> wrote: > install -m 755 -d ./htdocs/cgi-common > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > wgo.py > ./htdocs/cgi-common/wgo.py > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > apache_ssi.py > ./htdocs/cgi-common/apache_ssi.py > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > xhtml.py > ./htdocs/cgi-common/xhtml.py > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > rdf.py > ./htdocs/cgi-common/rdf.py > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > x_xml.py > ./htdocs/cgi-common/x_xml.py > sed -e 's|${PYTHON}|python2.7|g' -e 's|${LIBDIR}|./htdocs/cgi-common|g' > changelog.py > ./htdocs/cgi-common/changelog.py > install wgo_config.py ./htdocs/cgi-common > install -m 644 extended.css ./htdocs/style/ > install: target ‘./htdocs/style/’ is not a directory: No such file or > directory > make[1]: *** [install-common] Error 1 > make[1]: Leaving directory `/home/sam/git/web/gimp-web/programmatic' > make: *** [install] Error 2 > > Though, ‘./htdocs/style/’ exists and is a directory. So I'm not sure why > it's showing that... > > $ ls -l ./htdocs | grep style > drwxrwxr-x 2 sam sam 4096 May 2 11:05 style > > I'm currently looking at the make process to figure out what is actually > going wrong but any pointers would be appreciated. > > SAM > _______________________________________________ gimp-developer-list mailing list List address: gimp-developer-list@xxxxxxxxx List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list