File: make.diff

package info (click to toggle)
rockdodger 1.1.4-3.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ansic: 5,871; makefile: 161; sh: 21
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- rockdodger-0.9.1.orig/Makefile
+++ rockdodger-0.9.1/Makefile
@@ -72,7 +72,7 @@ CFLAGS=-MMD -g $(OPTIONS) $(MOREOPTS)
 all:	$(EXENAME) config.h
 
 config.h: config.h.in
-	sed -e 's:@gamesdir@:$(gamesdir):' -e 's/@PACKAGENAME@/$(PACKAGENAME)/' -e 's:@datadir@:$(datadir):' $^ > $@
+	sed -e 's:@gamesdir@:/var/games:' -e 's/@PACKAGENAME@/$(PACKAGENAME)/' -e 's:@datadir@:/usr/share:' $^ > $@
 
 $(EXENAME):	config.h $(OBJECTS)
 ifeq ($(profile),1)