e0e0f39489
Tuxkart is a simple Go-Kart racing game, similar in style to MarioKart. Based on a submission from Gallon Sylvestre (MAINTAINER)
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2008/11/10 22:11:36 ajacoutot Exp $
|
|
--- data/Makefile.in.orig Sun Nov 9 12:37:34 2008
|
|
+++ data/Makefile.in Sun Nov 9 12:37:40 2008
|
|
@@ -77,7 +77,7 @@ am__include = @am__include@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
|
|
-pkgdatadir = $(datadir)/games/@PACKAGE@/data
|
|
+pkgdatadir = $(datadir)/@PACKAGE@/data
|
|
|
|
pkgdata_DATA = $(wildcard *.dat) $(wildcard *.loc) $(wildcard *.drv)
|
|
|