Skip to content

Commit d8e0e60

Browse files
committed
Fix issue with internal tgz file creation
Change-Id: I41c632a772afaab69a66a8b929e98f5ceb3e49ad
1 parent d91c74b commit d8e0e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if $bZip ; then
237237
#copy to bin-Internal folder
238238
#-----------------------------------------
239239
if $bBuildInternal ; then
240-
cd GPUPerfAPI-$VER-lnx
240+
cd $ZIP_DIR_NAME
241241
mkdir Bin-Internal
242242
mkdir Bin-Internal/Linx64
243243
mkdir Bin-Internal/Linx86

0 commit comments

Comments
 (0)