From: Adam Sampson Date: Thu, 29 Dec 2016 21:04:06 +0000 (+0000) Subject: The .u8 symlinks for off fortunes are in rotated/. X-Git-Tag: fortune-mod-1.99.4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856fb069cdebf1734b5946d6cd4d42c861f36cbb;p=fortune-mod The .u8 symlinks for off fortunes are in rotated/. The code above to create the symlinks is correct, but the install rule looked in the wrong place. --- diff --git a/fortune-mod/datfiles/off/Makefile b/fortune-mod/datfiles/off/Makefile index 97ee5af..46e1de3 100644 --- a/fortune-mod/datfiles/off/Makefile +++ b/fortune-mod/datfiles/off/Makefile @@ -36,7 +36,7 @@ install: install -m 0755 -d $(OCOOKIEDIR) for i in $(OCOOKIES) ; \ do install -m 0644 rotated/$$i rotated/$$i.dat $(OCOOKIEDIR) || exit $$? ; \ - cp -d $$i.u8 $(OCOOKIEDIR) ; \ + cp -d rotated/$$i.u8 $(OCOOKIEDIR) ; \ done clean: