diff options
author | Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> | 2015-12-18 13:09:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:59 +0700 |
commit | 4aae39fa23939913bab9527451bd8244b3a5d420 (patch) | |
tree | b8df66848132a73997deda228c26fc86dbf1f097 /network/uTox/locationfix.diff | |
parent | cd0a76abb45734331025bb97dc584756b50b23aa (diff) |
network/uTox: Added (The lightest and fluffiest Tox client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/uTox/locationfix.diff')
-rw-r--r-- | network/uTox/locationfix.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/uTox/locationfix.diff b/network/uTox/locationfix.diff new file mode 100644 index 0000000000000..9c19d44aac53e --- /dev/null +++ b/network/uTox/locationfix.diff @@ -0,0 +1,13 @@ +--- uTox-0.4.5/Makefile 2015-12-09 16:56:06.000000000 -0700 ++++ uTox-0.4.5-fix/Makefile 2015-12-13 06:28:47.453261588 -0700 +@@ -104,8 +104,8 @@ + install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop + if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi + +- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 +- install -m 644 utox.1 $(DESTDIR)$(PREFIX)/share/man/man1/utox.1 ++ mkdir -p $(DESTDIR)$(PREFIX)/man/man1 ++ install -m 644 utox.1 $(DESTDIR)$(PREFIX)/man/man1/utox.1 + + main.o: xlib/main.c xlib/keysym2ucs.c + |