]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- updated for beta 23
authorwolf <wolf@pld-linux.org>
Mon, 8 Apr 2002 11:18:40 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crawl-makefile.patch -> 1.2

crawl-makefile.patch

index 61b93632676def45d238b4611a90036831fc30c8..cf6dc98c8654051ef4b93e9bc090b5e1fbf7572b 100644 (file)
@@ -1,7 +1,7 @@
 diff -ruN cr400beta22-srcdupa/source/makefile.lnx cr400beta22-src/source/makefile.lnx
 --- cr400beta22-srcdupa/source/makefile.lnx    Wed Dec 19 15:02:16 2001
 +++ cr400beta22-src/source/makefile.lnx        Thu Jan 31 17:28:31 2002
-@@ -13,11 +13,11 @@
+@@ -13,10 +13,10 @@
  DELETE = rm -f
  COPY = cp
  OS_TYPE = LINUX
@@ -10,10 +10,8 @@ diff -ruN cr400beta22-srcdupa/source/makefile.lnx cr400beta22-src/source/makefil
 +CFLAGS = -Wall -D$(OS_TYPE) $(EXTRA_FLAGS)
 +LDFLAGS =
  MCHMOD = 2755
--# INSTALLDIR = /usr/games
--INSTALLDIR = /opt/crawl/bin
+-INSTALLDIR = /usr/games
 +INSTALLDIR = $(DESTDIR)/usr/games
-+#INSTALLDIR = /opt/crawl/bin
  LIB = -lncurses
  
  # Include for Linux
This page took 0.088905 seconds and 4 git commands to generate.