--- data/Makefile.in.orig 2002-12-08 17:01:27 +0300 +++ data/Makefile.in 2004-07-01 13:23:51 +0400 @@ -229,8 +229,8 @@ install-data-local: for file in $(score_DATA); do\ - chgrp $(group) $(scoredir)/$$file; \ - chmod $(perms) $(scoredir)/$$file; \ + chgrp $(group) $(DESTDIR)$(scoredir)/$$file; \ + chmod $(perms) $(DESTDIR)$(scoredir)/$$file; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables.