diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 00:54:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 01:42:54 +0200 |
commit | dfd86e6046fec72c33ef0be33847f9800a3c0beb (patch) | |
tree | 5f9cd096644337bbf12cf4d3311b1341f92d9644 /debian/rules | |
parent | 35e8d56f2c42d789e6273c757b6a835c3416a2f8 (diff) |
d/*: Adapt to new build system.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2d33f6a..cc86c79 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +override_dh_auto_build: + dh_auto_build -- DESTDIR= exec_prefix=/usr datadir=/usr/share runstatedir=/run + %: dh $@ |