Skip to content

Commit

Permalink
baselayout: fixed index of locale directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelambda committed Jul 12, 2020
1 parent 04a2ace commit d95cb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/baselayout/build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for d in bin include lib share src; do
done

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

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

0 comments on commit d95cb39

Please sign in to comment.