diff options
author | Tracy Williams | 2011-01-02 15:21:03 +0100 |
---|---|---|
committer | Robby Workman | 2011-01-10 22:04:20 +0100 |
commit | 83ab8be7f63e65d9be0335c495942f33f226dc3b (patch) | |
tree | 9e06cbf39c99c1f0d7417eee10e88aa7e34d44b0 /office/pcal/bindir.diff | |
parent | a74123b39b4c47febf80d5ff2113e1981a8c0b10 (diff) | |
download | slackbuilds-83ab8be7f63e65d9be0335c495942f33f226dc3b.tar.gz |
office/pcal: Added (generate monthly format calendars)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 0000000000..e7a02492b8 --- /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 |