diff options
Diffstat (limited to 'office/pcal/bindir.diff')
-rw-r--r-- | office/pcal/bindir.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/office/pcal/bindir.diff b/office/pcal/bindir.diff new file mode 100644 index 000000000000..e7a02492b874 --- /dev/null +++ b/office/pcal/bindir.diff @@ -0,0 +1,12 @@ +diff -Naur pcal-4.11.0_orig/Makefile pcal-4.11.0/Makefile +--- pcal-4.11.0_orig/Makefile 2007-12-18 11:30:00.000000000 -0800 ++++ pcal-4.11.0/Makefile 2011-01-01 22:18:02.000000000 -0800 +@@ -147,7 +147,7 @@ + MANDIR = $(DJDIR)/man/man1 + CATDIR = $(DJDIR)/man/cat1 + else # Unix +- BINDIR = /usr/local/bin ++ BINDIR = /usr/bin + MANDIR = /usr/man/man1 + CATDIR = /usr/man/cat1 + endif |