mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
If %setup -c then always create and change into the directory.
This commit is contained in:
parent
c096c20d7b
commit
a18e76bd85
@ -325,7 +325,7 @@ class build:
|
||||
#
|
||||
# If -a? then change directory before unpacking.
|
||||
#
|
||||
if not unpack_before_chdir and create_dir:
|
||||
if not unpack_before_chdir or create_dir:
|
||||
self.script.append(self.config.expand('cd ' + name))
|
||||
#
|
||||
# Unpacking the source. Note, treated the same as -a0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user