replace '-nt' with 'find -newer', as per comments today on
authoraland <aland>
Tue, 18 Jul 2000 19:30:39 +0000 (19:30 +0000)
committeraland <aland>
Tue, 18 Jul 2000 19:30:39 +0000 (19:30 +0000)
the Cistron list

Makefile

index 9e260a9..1c896dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ install:
        done; \
        for i in dictionary*; do \
                [ ! -f $(raddbdir)/$$i ] && install -m 644 $$i $(raddbdir); \
-               if [ $$i -nt $(raddbdir)/$$i ]; then \
+               if [ "`find $$i -newer $(raddbdir)/$$i`" ]; then \
                        echo "** $(raddbdir)/$$i"; \
                        nt=1; \
                fi; \