From 3deac51937349050ade50edc2ae047525f543daa Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 1 Sep 2019 19:00:15 -0400 Subject: mines-of-titan 0.0.3 set USE_ORIG=1 so a new installation will actually use the brand-new disk contents for maps and savegames. --- mines-of-titan/debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mines-of-titan/debian/rules') diff --git a/mines-of-titan/debian/rules b/mines-of-titan/debian/rules index 882e64b..1c4f9b4 100755 --- a/mines-of-titan/debian/rules +++ b/mines-of-titan/debian/rules @@ -5,11 +5,13 @@ #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export USE_ORIG=true + %: dh $@ -#override_dh_auto_install: -# dh_auto_install -- prefix=/usr +override_dh_auto_install: + dh_auto_install -- -e prefix=/usr #override_dh_install: # dh_install --list-missing -X.pyc -X.pyo -- cgit