diff options
Diffstat (limited to 'rc/makefile.patch')
| -rw-r--r-- | rc/makefile.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rc/makefile.patch b/rc/makefile.patch deleted file mode 100644 index ea3b66b..0000000 --- a/rc/makefile.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | diff -ur a/Makefile b/Makefile | ||
| 2 | --- a/Makefile 2022-05-10 23:02:55.921563498 -0400 | ||
| 3 | +++ b/Makefile 2022-05-10 23:03:49.446561763 -0400 | ||
| 4 | @@ -46,9 +46,9 @@ | ||
| 5 | cmp -s x.tab.h y.tab.h || cp y.tab.h x.tab.h | ||
| 6 | |||
| 7 | install: all rcmain.unix rc.1 | ||
| 8 | - install -m 755 $(TARG) $(PREFIX)/bin | ||
| 9 | - install -m 644 rcmain.unix $(PREFIX)/lib/rcmain | ||
| 10 | - install -m 644 rc.1 $(PREFIX)/share/man/man1 | ||
| 11 | + install -Dm755 -t $(DESTDIR)$(PREFIX)/bin $(TARG) | ||
| 12 | + install -Dm644 rcmain.unix $(DESTDIR)$(PREFIX)/lib/rcmain | ||
| 13 | + install -Dm644 -t $(DESTDIR)$(PREFIX)/share/man/man1 rc.1 | ||
| 14 | |||
| 15 | %: %.c $(HFILES) | ||
| 16 | $(CC) $(ARCHS) -o $@ $< $(LFLAGS) | ||
