mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
53895e89c8
Modified Makefile.diff, added the new dep SD2_ttf Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
419 B
Diff
12 lines
419 B
Diff
diff -Naur neverball-1.6.0.orig/Makefile neverball-1.6.0/Makefile
|
|
--- neverball-1.6.0.orig/Makefile 2014-05-21 15:21:43.000000000 +0200
|
|
+++ neverball-1.6.0/Makefile 2015-04-23 04:30:07.093366557 +0200
|
|
@@ -21,7 +21,7 @@
|
|
# Paths (packagers might want to set DATADIR and LOCALEDIR)
|
|
|
|
USERDIR := .neverball
|
|
-DATADIR := ./data
|
|
+DATADIR := /usr/share/neverball/data
|
|
LOCALEDIR := ./locale
|
|
|
|
ifeq ($(PLATFORM),mingw)
|