mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
de19d09532
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
629 B
Diff
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 $@"
|