Cataclysm-DDA: add missing core data dir

This commit is contained in:
John 2019-10-22 16:06:53 +02:00
parent a396d06dfa
commit 131a675aad
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,10 @@
--- data/CMakeLists.txt 2019-03-08 04:34:43.000000000 +0100
+++ - 2019-10-22 16:03:45.682652708 +0200
@@ -10,6 +10,7 @@
${CMAKE_SOURCE_DIR}/data/motd
${CMAKE_SOURCE_DIR}/data/credits
${CMAKE_SOURCE_DIR}/data/title
+ ${CMAKE_SOURCE_DIR}/data/core
)
IF(SOUND)

View file

@ -1,7 +1,7 @@
# Template file for 'Cataclysm-DDA'
pkgname=Cataclysm-DDA
version=0.D
revision=2
revision=3
build_style=cmake
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) $(vopt_bool lua LUA)
-DUSE_HOME_DIR=1 -DPREFIX=/usr"
@ -73,6 +73,6 @@ Cataclysm-DDA-data_package() {
short_desc+=" - data files"
archs=noarch
pkg_install() {
vmove usr/share/
vmove usr/share
}
}