Skip to content

Commit

Permalink
baselayout: added locale directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelambda committed Jul 12, 2020
1 parent 8720d01 commit 04a2ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/baselayout/build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ for d in bin include lib share src; do
install -dm 755 "$1/usr/$d"
done

# Setup locale directory
install -dm 755 "$1/usr/bin/locale"

# Setup manpages directories.
for d in 1 2 3 4 5 6 7 8; do
install -dm 755 "$1/usr/share/man/man$d"
Expand Down
2 changes: 1 addition & 1 deletion core/baselayout/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 7
1 8

0 comments on commit 04a2ace

Please sign in to comment.