Skip to content

Commit

Permalink
cmd/init: Create empty overrides/rpm directory
Browse files Browse the repository at this point in the history
Create this directory upfront to eliminate an additional step of
creating it manually when overriding RPMs locally.

Originally brought up in #427.
  • Loading branch information
Robert Fairley authored and jlebon committed Mar 22, 2019
1 parent 1540e18 commit 4803e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd-init
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ mkdir -p src
mkdir -p cache
mkdir -p builds
mkdir -p tmp
mkdir -p overrides/rpm
ostree --repo=repo init --mode=archive

0 comments on commit 4803e41

Please sign in to comment.