Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Feb 14, 2019
1 parent 0324500 commit db198b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified build/linux/x86_64/lpmx
Binary file not shown.
1 change: 1 addition & 0 deletions container/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ func (con *Container) genEnv() (map[string]string, *Error) {

if len(libs) > 0 {
env["LD_LIBRARY_LPMX"] = strings.Join(libs, ":")
env["LD_LIBRARY_PATH"] = fmt.Sprintf("%s/.lpmxsys", currdir)
}

//set default FAKECHROOT_EXCLUDE_PATH
Expand Down

0 comments on commit db198b3

Please sign in to comment.