- Add forgotten patch

This commit is contained in:
Dmitry Marakasov 2013-10-04 01:40:37 +00:00
parent 0b5aa56821
commit dc2b8a3ab9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329255

View File

@ -0,0 +1,15 @@
--- src/Makefile.in.orig 2009-02-15 18:44:02.000000000 +0300
+++ src/Makefile.in 2013-09-30 06:52:38.221519372 +0400
@@ -597,9 +597,9 @@
#since automake doesn't directly put anything in $(savedir), it may not exist
install-data-hook:
@echo "Creating blank hi-score file"
- mkdir -p $(savedir)
- touch $(savedir)/scores
- chmod a+rw $(savedir)/scores
+ mkdir -p $(DESTDIR)$(savedir)
+ touch $(DESTDIR)$(savedir)/scores
+ chmod a+rw $(DESTDIR)$(savedir)/scores
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: