summaryrefslogtreecommitdiff
path: root/mines-of-titan/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-06 13:42:54 +0000
committerB Stack <bgstack15@gmail.com>2019-09-06 13:42:54 +0000
commit398e29c25dbc6803f6b26bb51641f0aa5f71c24a (patch)
treefe36c2731ea187b41b74822dac64db16a223b54a /mines-of-titan/debian/rules
parentMerge branch 'mot-bump' into 'master' (diff)
parentmines-of-titan 0.0.3 (diff)
downloadstackrpms-398e29c25dbc6803f6b26bb51641f0aa5f71c24a.tar.gz
stackrpms-398e29c25dbc6803f6b26bb51641f0aa5f71c24a.tar.bz2
stackrpms-398e29c25dbc6803f6b26bb51641f0aa5f71c24a.zip
Merge branch 'mot-bump' into 'master'
mines-of-titan 0.0.3 See merge request bgstack15/stackrpms!82
Diffstat (limited to 'mines-of-titan/debian/rules')
-rwxr-xr-xmines-of-titan/debian/rules6
1 files changed, 4 insertions, 2 deletions
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
bgstack15