diff lisp/package-info.el @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 74fd4e045ea6
children 697ef44129c6
line wrap: on
line diff
--- a/lisp/package-info.el	Mon Aug 13 11:18:12 2007 +0200
+++ b/lisp/package-info.el	Mon Aug 13 11:19:21 2007 +0200
@@ -48,12 +48,11 @@
 ;      (setq result (md5 (current-buffer))))
 ;    result))
 
+;;; APA: Stolen from package-get in package-get.el
 (defun pi-md5sum (file)
   (with-temp-buffer
-    (call-process "md5sum" file t)
-    (goto-char (point-min))
-    (looking-at "[a-z0-9]+")
-    (buffer-substring (match-beginning 0) (match-end 0))))
+	(insert-file-contents-literally file)
+	(md5 (current-buffer))))
 
 (defun pi-update-key (key value)
   (save-excursion