]> arthur.barton.de Git - netatalk.git/commitdiff
Back-Port from trunk: Suppress scary warning during "make install".
authorsrittau <srittau>
Sun, 25 Nov 2001 21:55:43 +0000 (21:55 +0000)
committersrittau <srittau>
Sun, 25 Nov 2001 21:55:43 +0000 (21:55 +0000)
etc/psf/Makefile.am

index 6329583017d1085f4d77e907d1a9b3f0ce451b39..16cc68045c708efb9db9818901c0b02651fb09a1 100644 (file)
@@ -28,7 +28,7 @@ psf_LINKS = ofpap ifpap tfpap ifpaprev tfpaprev ofwpap ifwpap \
 
 install-exec-local:
        @list='$(psf_LINKS)'; for l in $$list; do \
-               rm $(DESTDIR)$(sbindir)/$$l || true; \
+               rm $(DESTDIR)$(sbindir)/$$l 2>/dev/null || true; \
                $(LN_S) psf $(DESTDIR)$(sbindir)/$$l;  \
        done