Skip to content

Commit

Permalink
build: update mkdir to _cmd, chown _super to _cmd
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Nov 17, 2023
1 parent 66857b2 commit ea32730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smpe/bld/smpe-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ opts="$opts -l $log" # install log
_cmd $extract/$zweScript install $opts </dev/null

echo "-- copying product to $stage"
mkdir -p $stage
_cmd mkdir -p $stage
_cmd cd $extract
_cmd pax -rw -px * $stage/ # use pax to copy with extattr preserved

Expand Down Expand Up @@ -630,7 +630,7 @@ fi #

# ensure we can access everything
# This started failing with an unknown error (not related to chown)
# _super chown -R $(id -u) $stage
_cmd chown -R $(id -u) $stage

# set permissions to ensure consistency & ability to move during split
_cmd chmod -R 755 $stage
Expand Down

0 comments on commit ea32730

Please sign in to comment.