summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Reurich <daniel@centurion.net.nz>2014-12-17 03:12:50 +1300
committerDaniel Reurich <daniel@centurion.net.nz>2014-12-17 03:12:50 +1300
commit480e4347cef33772d8bebc660637c83bec2893fe (patch)
treeeb54a190de15b52911ccbe535dd4b1fc8ce8bf5b
parentd3615476d99eae7a008f6f39c3f0fc8428fcf981 (diff)
downloadxlennart-480e4347cef33772d8bebc660637c83bec2893fe.tar.gz
xlennart-480e4347cef33772d8bebc660637c83bec2893fe.tar.bz2
xlennart-480e4347cef33772d8bebc660637c83bec2893fe.zip
fix scores.default install failure
-rw-r--r--Makefile.in4
1 files 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