guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: icedtea-6: Fix directory name in "unpack" phase.


From: Ricardo Wurmus
Subject: 01/01: gnu: icedtea-6: Fix directory name in "unpack" phase.
Date: Tue, 12 Jan 2016 10:39:47 +0000

rekado pushed a commit to branch master
in repository guix.

commit 9f40b1171bab8bc4be8a0a1f78453ac7e7310fdb
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jan 12 11:34:52 2016 +0100

    gnu: icedtea-6: Fix directory name in "unpack" phase.
    
    * gnu/packages/java.scm (icedtea-6)[arguments]: Change the directory
      prefix in the "unpack" phase to "icedtea6-".
---
 gnu/packages/java.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index aaf789d..3a5b1e1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -277,7 +277,7 @@ build process and its dependencies, whereas Make uses 
Makefile format.")
         (lambda* (#:key source inputs #:allow-other-keys)
           (and (zero? (system* "tar" "xvf" source))
                (begin
-                 (chdir (string-append ,name "-" ,version))
+                 (chdir (string-append "icedtea6-" ,version))
                  (mkdir "openjdk.src")
                  (with-directory-excursion "openjdk.src"
                    (copy-file (assoc-ref inputs "openjdk6-src")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]