Skip to content

Commit

Permalink
[Makefile] Remove startdir creation, its created
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Nov 12, 2019
1 parent 54eb025 commit 6a32e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ bash <<-__END__
set -e
install -d -o builduser -g builduser /pkgdest
install -d -o builduser -g builduser /srcpkgdest
install -d -o builduser -g builduser /startdir
install -d -o builduser -g builduser /build
sudo -iu builduser bash -c 'cd /startdir; SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH makepkg -sc --noconfirm --skippgpcheck'
__END__
Expand Down

0 comments on commit 6a32e0a

Please sign in to comment.