Skip to content

Commit

Permalink
nvidia: Add fix for user namespace usage
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Feb 12, 2021
1 parent 0dc4948 commit 5a54fbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvidia_current-460.39-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ PREFIX=/usr/share/nvidia/${PKGVERSION}
LIBDIR=${PREFIX}/lib
BINDIR=${PREFIX}/bin

# fix tar option for user namespace usage (`unshare -U -r BEEFILE`)
export TAR_OPTIONS=--no-same-owner

mee_extract() {
rmdir ${S}
sh ${F}/${NVIDIA_ARCHIVE} -x --target ${S}
Expand Down

0 comments on commit 5a54fbc

Please sign in to comment.