r11771 - packages/trunk/simutrans-pak64/debian/patches

Ansgar Burchardt ansgar at alioth.debian.org
Thu Feb 17 11:23:26 UTC 2011


Author: ansgar
Date: 2011-02-17 11:23:26 +0000 (Thu, 17 Feb 2011)
New Revision: 11771

Modified:
   packages/trunk/simutrans-pak64/debian/patches/buildsystem
Log:
Set SHELL=/bin/bash in upstream's Makefile.

Modified: packages/trunk/simutrans-pak64/debian/patches/buildsystem
===================================================================
--- packages/trunk/simutrans-pak64/debian/patches/buildsystem	2011-02-17 11:15:01 UTC (rev 11770)
+++ packages/trunk/simutrans-pak64/debian/patches/buildsystem	2011-02-17 11:23:26 UTC (rev 11771)
@@ -2,16 +2,17 @@
 
 --- simutrans-pak64-110.0.orig/Makefile
 +++ simutrans-pak64-110.0/Makefile
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,8 @@
  #   make clean all archives
  # to get fresh and ready to deploy .tbz2 and .zip archives
  
 -MAKEOBJ ?= ./makeobj
++SHELL   = /bin/bash
 +MAKEOBJ ?= /usr/games/makeobj
  
  DESTDIR  ?= simutrans
  PAKDIR   ?= $(DESTDIR)/pak
-@@ -45,7 +45,7 @@
+@@ -45,7 +46,7 @@
  
  .PHONY: $(DIRS) copy tar zip
  
@@ -20,7 +21,7 @@
  
  archives: tar zip
  
-@@ -62,12 +62,12 @@
+@@ -62,12 +63,12 @@
  
  copy:
  	@echo "===> COPY"
@@ -39,7 +40,7 @@
  
  $(DIRS64):
  	@echo "===> PAK64 $@"
-@@ -83,7 +83,8 @@
+@@ -83,7 +84,8 @@
  	@echo "===> OUTSIDE with REVISION and grounds"
  	@mkdir -p $(PAKDIR)
  	@echo -e -n "Obj=ground\nName=Outside\ncopyright=pak64 110.0 r" >$@/outside.dat




More information about the Pkg-games-commits mailing list