Skip to content

Commit

Permalink
Removed trailing slash in directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Mar 2, 2023
1 parent b45e174 commit 829fb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/dpctl-post-link.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash

systemwide_icd=/etc/OpenCL/vendors/intel.icd
local_vendors=$PREFIX/etc/OpenCL/vendors/
local_vendors=$PREFIX/etc/OpenCL/vendors
icd_fn=$local_vendors/intel-ocl-gpu.icd

if [[ -f $systemwide_icd && -d $local_vendors && ! -f $icd_fn ]]; then
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/dpctl-pre-unlink.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

local_vendors=$PREFIX/etc/OpenCL/vendors/
local_vendors=$PREFIX/etc/OpenCL/vendors
icd_fn=$local_vendors/intel-ocl-gpu.icd

if [[ -L $icd_fn ]]; then
Expand Down

0 comments on commit 829fb5d

Please sign in to comment.