]> granicus.if.org Git - fortune-mod/commitdiff
Pass the -f flag to ln.
authorAdam Sampson <ats@offog.org>
Thu, 29 Dec 2016 21:03:27 +0000 (21:03 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 29 Dec 2016 21:03:27 +0000 (21:03 +0000)
This prevents it from failing if the symlink already exists.

fortune-mod/datfiles/Makefile
fortune-mod/datfiles/off/Makefile

index 71ba4a0f5f18bfdae5d71b2d670403cec6e6e635..f53a082fec42379be006cbe87a9d818d011e1f6d 100644 (file)
@@ -41,7 +41,7 @@ cookies-stamp:
        for i in $(COOKIES) ; \
            do \
                $(STRFILE) $$i ; \
-               ln -s $$i $$i.u8 || exit $? ; \
+               ln -sf $$i $$i.u8 || exit $? ; \
            done
        touch cookies-stamp
 
index 3d5ecb5fa3893b5623782444ed972245d4f2ac2f..97ee5afacce1746a9275be516f7208733cfac97a 100644 (file)
@@ -22,7 +22,7 @@ ocookies-stamp:       rotated-stamp
 
 rotated-stamp:
        for i in $(OCOOKIES_UNROTATED) ; \
-           do $(ROT) < unrotated/$$i > rotated/$$i || exit $$? ; (cd rotated && ln -s $$i $$i.u8) ; done
+           do $(ROT) < unrotated/$$i > rotated/$$i || exit $$? ; (cd rotated && ln -sf $$i $$i.u8) ; done
        touch rotated-stamp
 
 check: all