]> arthur.barton.de Git - netatalk.git/commitdiff
fix netatalk.pamd installation, Ryan Cleary [tryanc_at_interdimensions.com]
authorbfernhomberg <bfernhomberg>
Fri, 21 Nov 2003 01:19:02 +0000 (01:19 +0000)
committerbfernhomberg <bfernhomberg>
Fri, 21 Nov 2003 01:19:02 +0000 (01:19 +0000)
config/Makefile.am

index 9035855fe841f9ec9199b10a97b331b8f8dc75a0..4c717d0cc81a3a93afcf6b058fa884733548ee09 100644 (file)
@@ -52,9 +52,9 @@ pamdir = @PAMDIR@/etc/pam.d
 install-data-local: install-config-files $(PAMFILES)
        $(mkinstalldirs) $(DESTDIR)$(pamdir)
        if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pamdir)/netatalk; then \
-               echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pamdir)/netatalk"; \
-               $(INSTALL_DATA) netatalk.pamd $(DESTDIR)$(pamdir)/netatalk || echo
-               +"WARNING: Can't install PAM file";            \
+               echo "$(INSTALL_DATA) netatalk.pamd $(DESTDIR)$(pamdir)/netatalk"; \
+               $(INSTALL_DATA) netatalk.pamd $(DESTDIR)$(pamdir)/netatalk || \
+               echo "WARNING: Can't install PAM file";            \
        else \
                echo "not overwriting $(DESTDIR)$(pamdir)/netatalk"; \
        fi;