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 | |
parent | e64d5d0c347c7c7155f414d8c2a7c766523ded9b (diff) |
configure flag to enable/disable desktop entry installation
Diffstat (limited to 'debian')
-rw-r--r-- | debian/install | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/install b/debian/install deleted file mode 100644 index a83f3b7..0000000 --- a/debian/install +++ /dev/null @@ -1,2 +0,0 @@ -data/terminal-media-launcher.desktop /usr/share/applications -data/terminal-media-launcher.svg /usr/share/pixmaps 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 |