diff options
author | Louie S <louie@example.com> | 2023-03-02 21:36:07 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-02 21:36:07 -0800 |
commit | 02f7ca01c62c34b775643ca1872338af06b5a9ba (patch) | |
tree | 0cc98f70ead4210e411645fa0f50c7c612457283 /debian/rules | |
parent | e64d5d0c347c7c7155f414d8c2a7c766523ded9b (diff) |
configure flag to enable/disable desktop entry installation
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index f0465d2..fc32edf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,5 @@ #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: + dh_auto_configure -- --enable-desktop-entry dh $@ --with autoreconf - -#override_dh_install: -# dh_install --list-missing -X.la -X.pyc -X.pyo |