guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: perl-czplib: Fix installation directory.


From: guix-commits
Subject: 02/02: gnu: perl-czplib: Fix installation directory.
Date: Wed, 6 Mar 2019 09:06:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5bb674a0cdb1e2d9bb85cfb87ccd4f683ce820ce
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 6 15:05:38 2019 +0100

    gnu: perl-czplib: Fix installation directory.
    
    * gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation 
directory.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index fb975d9..978062d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1647,9 +1647,8 @@ It returns to the previous working directory when the 
object is destroyed.")
           (lambda* (#:key outputs #:allow-other-keys)
             (copy-recursively "."
                               (string-append (assoc-ref outputs "out")
-                                             "/plib/perl5/site_perl/"
-                                             ,(package-version perl)
-                                             "/czplib/"))
+                                             "/lib/perl5/site_perl/"
+                                             ,(package-version perl)))
             #t)))))
     (home-page "https://sourceforge.net/projects/czplib/";)
     (synopsis "Library for genomic analysis")



reply via email to

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