From 878036fd265990ed7cbf399d256c4981e4cbc52a Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Mon, 17 Sep 2018 11:16:24 +0200 Subject: Add since. --- since/since-1.1-makefile.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 since/since-1.1-makefile.patch (limited to 'since/since-1.1-makefile.patch') diff --git a/since/since-1.1-makefile.patch b/since/since-1.1-makefile.patch new file mode 100644 index 0000000..1afafc7 --- /dev/null +++ b/since/since-1.1-makefile.patch @@ -0,0 +1,21 @@ +diff -r -u -N since-1.1/Makefile since-1.1-makefile/Makefile +--- since-1.1/Makefile 2010-07-10 14:57:32.000000000 +0200 ++++ since-1.1-makefile/Makefile 2018-08-28 02:27:47.326549381 +0200 +@@ -12,14 +12,14 @@ + + CC = gcc + RM = rm -f +-INSTALL = install -D ++INSTALL = install + + $(NAME): $(NAME).c + $(CC) $(CFLAGS) -o $@ $^ + + install: $(NAME) +- $(INSTALL) $(NAME) $(prefix)/bin/$(NAME) +- $(INSTALL) $(NAME).1 $(prefix)/share/man/man1/$(NAME).1 ++ $(INSTALL) -Dm755 $(NAME) $(prefix)/bin/$(NAME) ++ $(INSTALL) -Dm644 $(NAME).1 $(prefix)/share/man/man1/$(NAME).1 + + clean: + $(RM) $(NAME) core *.o -- cgit v1.2.3-70-g09d2