Skip to content

Commit

Permalink
Fix typos in builder-support dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Jun 9, 2024
1 parent 051faa7 commit a226aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder-support/dockerfiles/Dockerfile.debbuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM package-builder-base as luaenv-builder
# These are needed for the luaenv build
@INCLUDE ../../luaenv/Dockerfile.paths-include
# Build Lua dist in docker, and later only package it in an RPM spec
# This is easier to debug that build failures in an RPM build and gets cached in a layer
# This is easier to debug than build failures in a deb build and gets cached in a layer
RUN cd /weakforced/luaenv && ./build.sh -p /usr/share/wforce-lua-dist
@ENDIF

Expand Down
2 changes: 1 addition & 1 deletion builder-support/dockerfiles/Dockerfile.rpmbuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM package-builder-fat-base as luaenv-builder
# These are needed for the luaenv build
@INCLUDE ../../luaenv/Dockerfile.paths-include
# Build Lua dist in docker, and later only package it in an RPM spec
# This is easier to debug that build failures in an RPM build and gets cached in a layer
# This is easier to debug than build failures in an RPM build and gets cached in a layer
RUN cd /weakforced/luaenv && ./build.sh -p /usr/share/wforce-lua-dist
@ENDIF

Expand Down

0 comments on commit a226aa9

Please sign in to comment.