diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-08 18:15:42 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-08 18:15:42 +0200 |
commit | 554bc87257a32dd0c3f6ae8ca15498534a983f77 (patch) | |
tree | d54b14a2f65987f61bfd8ca5ded042627666be71 /debian/rules | |
parent | bcc61dc6eb62234947dd794a80b3e084a054164a (diff) |
Updated Debian/Ubuntu packaging files
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ec48b3c2..f4578eea 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=-format | |||
6 | dh $@ | 6 | dh $@ |
7 | 7 | ||
8 | override_dh_auto_configure: | 8 | override_dh_auto_configure: |
9 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr | 9 | cmake .. -DENABLE_WINDOWPOS_FIX=YES -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr |
10 | 10 | ||
11 | override_dh_build_configure: | 11 | override_dh_build_configure: |
12 | cmake --build . | 12 | cmake --build . |