openbsd-ports/x11/i3/patches/patch-i3-input_Makefile
dcoppa 6b4c61c671 Update to i3-4.2
OK jasper@
2012-05-09 11:56:49 +00:00

13 lines
453 B
Plaintext

$OpenBSD: patch-i3-input_Makefile,v 1.4 2012/05/09 11:56:49 dcoppa Exp $
--- i3-input/Makefile.orig Wed Apr 25 23:21:32 2012
+++ i3-input/Makefile Wed May 9 09:41:21 2012
@@ -26,7 +26,7 @@ $(TOPDIR)/libi3/%.a: $(TOPDIR)/libi3/*.c
install: all
echo "[i3-input] INSTALL"
$(INSTALL) -d -m 0755 $(DESTDIR)$(PREFIX)/bin
- $(INSTALL) -m 0755 i3-input $(DESTDIR)$(PREFIX)/bin/
+ ${INSTALL_PROGRAM} i3-input $(DESTDIR)$(PREFIX)/bin/
clean:
rm -f *.o