adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell Makefile.am,1.18,1.19


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell Makefile.am,1.18,1.19
Date: Tue, 14 May 2002 13:16:58 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv12134

Modified Files:
        Makefile.am 
Log Message:
PATCH from Ben Hines to fix installation on MacOS X/Fink

Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** Makefile.am 5 May 2002 20:25:06 -0000       1.18
--- Makefile.am 14 May 2002 17:16:56 -0000      1.19
***************
*** 6,11 ****
  
  install-data-local:
!       if test ! -d $(gamedatadir)/games ; then \
!       mkdir $(gamedatadir)/games; \
        fi
  
--- 6,11 ----
  
  install-data-local:
!       if test ! -d $(DESTDIR)$(gamedatadir)/games ; then \
!       mkdir $(DESTDIR)$(gamedatadir)/games; \
        fi
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]