diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-27 15:30:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:36:00 +0700 |
commit | 853b2bc1d29b9a35d5f86a6b536a0c1b030c8d84 (patch) | |
tree | 1f2c3b112d40cc781364d8f0dab778f3a6d134c5 /development | |
parent | 328784b29430e6e1eda388978b7dcdf8ffcae191 (diff) |
development/cudatoolkit: Do not write to $CWD.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/cudatoolkit/cudatoolkit.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/cudatoolkit/cudatoolkit.SlackBuild b/development/cudatoolkit/cudatoolkit.SlackBuild index a3f5598def77..6de824743b2a 100644 --- a/development/cudatoolkit/cudatoolkit.SlackBuild +++ b/development/cudatoolkit/cudatoolkit.SlackBuild @@ -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 |