emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38781: closed ([PATCH core-updates] build-system/gnu: Make 'first-su


From: GNU bug Tracking System
Subject: bug#38781: closed ([PATCH core-updates] build-system/gnu: Make 'first-subdirectory' optional.)
Date: Thu, 19 Oct 2023 12:38:02 +0000

Your message dated Thu, 19 Oct 2023 08:37:21 -0400
with message-id <871qdqpz3y.fsf_-_@gmail.com>
and subject line Re: bug#38781: [PATCH core-updates] build-system/gnu: Make 
'first-subdirectory' optional.
has caused the debbugs.gnu.org bug report #38781,
regarding [PATCH core-updates] build-system/gnu: Make 'first-subdirectory' 
optional.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
38781: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38781
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] build-system/gnu: Make 'first-subdirectory' optional. Date: Sat, 28 Dec 2019 22:46:22 +0100
* guix/build/gnu-build-system.scm (unpack): Make 'first-subdirectory'
optional.
---
 guix/build/gnu-build-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm
index 4df0bb4904..4ebaa455b0 100644
--- a/guix/build/gnu-build-system.scm
+++ b/guix/build/gnu-build-system.scm
@@ -160,7 +160,7 @@ working directory."
         (if (string-suffix? ".zip" source)
             (invoke "unzip" source)
             (invoke "tar" "xvf" source))
-        (chdir (first-subdirectory "."))))
+        (chdir (or (first-subdirectory ".") "."))))
   #t)
 
 (define %bootstrap-scripts



--- End Message ---
--- Begin Message --- Subject: Re: bug#38781: [PATCH core-updates] build-system/gnu: Make 'first-subdirectory' optional. Date: Thu, 19 Oct 2023 08:37:21 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Marius Bakke <mbakke@fastmail.com> writes:

> Danny Milosavljevic <dannym@scratchpost.org> writes:
>
>> * guix/build/gnu-build-system.scm (unpack): Make 'first-subdirectory'
>> optional.
>
> Do you have a use case for this change?

Closing as the use case is not clear.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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