Oops, missed this in the last commit to this package somehow...

This commit is contained in:
jonb 2005-07-30 00:21:30 +00:00
parent fcf2722f04
commit bef5329bf0

View file

@ -0,0 +1,14 @@
$NetBSD: patch-ad,v 1.1 2005/07/30 00:21:30 jonb Exp $
--- contrib/asdf-install/installer.lisp.orig 2005-07-20 22:08:29.000000000 +0000
+++ contrib/asdf-install/installer.lisp 2005-07-20 22:10:27.000000000 +0000
@@ -249,8 +249,7 @@
(let* ((tar
(with-output-to-string (o)
(or
- (sb-ext:run-program #-darwin "tar"
- #+darwin "gnutar"
+ (sb-ext:run-program "@GTAR@"
(list "-C" (namestring source)
"-xzvf" (namestring packagename))
:output o