id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 1735 Makefile for myththemes ignores prefix gap7472@… Isaac Richards "The makefile for myththemes seems to disregard the --prefix parameter that was passed to its configure script. Here's the output of ""make install"" after the prefix was set to ""/usr"" (I'm on Gentoo; /usr/local isn't really used for anything): {{{ sh ./cpsvndir ""Iulius"" ""/share/mythtv/themes/"" sh ./cpsvndir ""Iulius-OSD"" ""/share/mythtv/themes/"" sh ./cpsvndir ""Minimalist-wide"" ""/share/mythtv/themes/"" sh ./cpsvndir ""Titivillus"" ""/share/mythtv/themes/"" sh ./cpsvndir ""Titivillus-OSD"" ""/share/mythtv/themes/"" sh ./cpsvndir ""isthmus"" ""/share/mythtv/themes/"" sh ./cpsvndir ""MythCenter"" ""/share/mythtv/themes/"" }}} It's trying to copy into the /share folder instead of /usr/share. I believe a variable isn't being set properly, because the makefile does refer to that command as: {{{ -$(INSTALL_DIR) """" ""$(INSTALL_ROOT)/share/mythtv/themes/"" }}} $INSTALL_ROOT isn't set anywhere in the Makefile." defect closed minor 0.20 mythtv 0.19 medium worksforme makefile, myththemes, /share 0