1) Named the license file consistently License.txt
2) Fixed installation which would miss several files. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2749 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/data/items
|
||||
|
||||
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac")
|
||||
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/data/models
|
||||
|
||||
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac")
|
||||
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user