X-Git-Url: https://git.ralfj.de/auto-debuild.git/blobdiff_plain/7bfd35d131a80134f8bc028971ae977b176b0b4b..HEAD:/auto_debuild.py diff --git a/auto_debuild.py b/auto_debuild.py index f7ed9e0..a964b65 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -325,6 +325,7 @@ def createDebianFiles(config): r.rules['auto_test'] = [] r.rules['auto_install'] = [safeCall('dh_auto_install', '--destdir=debian/'+binaryName)] # install everything into the binary package r.rules['auto_configure'] = ['dh_auto_configure'] # make sure there is an override (we may just append to it later) + r.rules['usrlocal'] = [] # we *do* want to install things in /usr/local # patch rule file for build system: may only touch auto_* rules and the dh options buildSystem.ruleMaker(r, config) # global rules