From 02f7ca01c62c34b775643ca1872338af06b5a9ba Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 Mar 2023 21:36:07 -0800 Subject: configure flag to enable/disable desktop entry installation --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/rules') 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 -- cgit