diff options
Diffstat (limited to 'security/gringotts/files/patch-Makefile.in')
-rw-r--r-- | security/gringotts/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gringotts/files/patch-Makefile.in b/security/gringotts/files/patch-Makefile.in index deeb568ee4be..8f007eeda581 100644 --- a/security/gringotts/files/patch-Makefile.in +++ b/security/gringotts/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Sun Jun 16 19:04:42 2002 -+++ Makefile.in Fri Jul 5 18:39:27 2002 -@@ -440,10 +440,10 @@ +--- Makefile.in.orig Sat Oct 26 14:05:36 2002 ++++ Makefile.in Sat Oct 26 14:06:01 2002 +@@ -441,10 +441,10 @@ @echo @echo @echo ---------------------------------------------------------------------- - @echo md5sum of relevant files: + @echo md5 checksum of relevant files: @echo -- @md5sum $(DESTDIR)$(bindir)/gringotts-bin|(read A B; echo $$B ": " $$A) +- @md5sum $(DESTDIR)$(bindir)/gringotts|(read A B; echo $$B ": " $$A) - @md5sum $(DESTDIR)$(libdir)/libgringotts.so|(read A B; echo $$B ": " $$A) -+ @md5 $(DESTDIR)$(bindir)/gringotts-bin|(read A B; echo $$B ": " $$A) ++ @md5 $(DESTDIR)$(bindir)/gringotts|(read A B; echo $$B ": " $$A) + @md5 $(DESTDIR)$(libdir)/libgringotts.so|(read A B; echo $$B ": " $$A) @echo @echo use these values to check program integrity at any time |