From: Michael Tremer Date: Wed, 1 Nov 2017 18:56:28 +0000 (+0000) Subject: Makefile: Fix double slashes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73de7540c9236ea25210cb3709fc620ba1c98492;p=pbs.git Makefile: Fix double slashes Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 918178e3..438cbd9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -217,8 +217,8 @@ dist_templates_DATA = \ src/templates/user-profile-passwd-ok.html \ src/templates/user-requested-password-recovery.html \ src/templates/user-reset-password.html \ - src/templates//user-reset-password-success.html \ - src/templates//user-reset-password-fail.html + src/templates/user-reset-password-success.html \ + src/templates/user-reset-password-fail.html templatesdir = $(datadir)/templates