mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/cudatoolkit: Do not write to $CWD.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
328784b294
commit
853b2bc1d2
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir -p $PRGNAM-$VERSION
|
||||
|
||||
chmod +x $CWD/$FILENAME\_$VERSION\_$DRIVER\_linux.run
|
||||
# 20220127 bkw: it wasn't necessary to chmod +x the .run file. Plus,
|
||||
# SlackBuilds should *never* write to $CWD.
|
||||
sh $CWD/$FILENAME\_$VERSION\_$DRIVER\_linux.run --target $PRGNAM-$VERSION --noexec
|
||||
|
||||
mkdir -p $PKG/usr/share
|
||||
|
|
Loading…
Reference in a new issue