Oops, missed this in the last commit to this package somehow...
This commit is contained in:
parent
fcf2722f04
commit
bef5329bf0
1 changed files with 14 additions and 0 deletions
14
lang/sbcl/patches/patch-ad
Normal file
14
lang/sbcl/patches/patch-ad
Normal 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
|
Loading…
Reference in a new issue