]> granicus.if.org Git - fortune-mod/commitdiff
The .u8 symlinks for off fortunes are in rotated/.
authorAdam Sampson <ats@offog.org>
Thu, 29 Dec 2016 21:04:06 +0000 (21:04 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 29 Dec 2016 21:04:06 +0000 (21:04 +0000)
The code above to create the symlinks is correct, but the install rule
looked in the wrong place.

fortune-mod/datfiles/off/Makefile

index 97ee5afacce1746a9275be516f7208733cfac97a..46e1de3daaa4fed83921bfc0cba3708f223701ce 100644 (file)
@@ -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: