all repos — tint2 @ 725f625aba389e2563f6b02c2d9a3915e7d6d450

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Use correct whitespace in debian/rules (makefile)
o9000 mrovi9000@gmail.com
commit

725f625aba389e2563f6b02c2d9a3915e7d6d450

parent

a6ea1eb5a99c98e20560bd83c49ba76fe4c8c911

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M packaging/debian/rulespackaging/debian/rules

@@ -4,7 +4,7 @@ %:

dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_SYSCONFDIR=/etc + dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_SYSCONFDIR=/etc override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/tmp