slackbuilds_ponce/network/uTox/locationfix.diff
Gethyn ThomasQuail de19d09532 network/uTox: Updated for version 078fbf8d1a4e.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-12-25 06:35:56 +07:00

13 lines
629 B
Diff

--- uTox-0.5.0/Makefile 2015-12-20 00:57:28.000000000 -0700
+++ uTox-0.5.0-fix/Makefile 2015-12-24 10:57:21.787213435 -0700
@@ -127,8 +127,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
$(OBJ): %.o: %.c $(HEADERS)
@echo " CC $@"