From 480e4347cef33772d8bebc660637c83bec2893fe Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:12:50 +1300 Subject: fix scores.default install failure --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a6e3b68..3fad019 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,8 +86,8 @@ install: $(INSTALL) ${PROG} ${DESTDIR}${bindir}/${PROG} $(MKINSTALLDIRS) ${DESTDIR}${mandir}/${MANDIR} $(INSTALL_DATA) ${srcdir}/${MAN} ${DESTDIR}${mandir}/${MANDIR} - $(MKINSTALLDIRS) ${DESTDIR}${localstatedir} - $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/xlennart.scores.default + $(MKINSTALLDIRS) ${DESTDIR}${localstatedir}/games + $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/games/xlennart.scores.default $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/pixmaps $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/bitmaps -- cgit v1.2.3