all repos — tint2 @ d05d5f594b0c20d7585efb608dcb575104e96f6a

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

Revert change to ubuntu script
o9000 mrovi9000@gmail.com
commit

d05d5f594b0c20d7585efb608dcb575104e96f6a

parent

425036adc9176307c57b15deea3d547a7684475a

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

jump to
M packaging/make_ubuntu.shpackaging/make_ubuntu.sh

@@ -14,7 +14,7 @@ MINOR="1"

fi # Get version (and check that the repository is clean) -VERSION=$(../get_version.sh --strict ../) +VERSION=$(../get_version.sh --strict) if [ ! $? -eq 0 ] then echo >&2 "Error: get_version.sh failed!"