Skip to content

Commit 4bc56f5

Browse files
authored
Fix script directory
1 parent 1f32d7f commit 4bc56f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/windows/openocd/build-openocd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cp "/mingw$BITNESS/bin/libusb-1.0.dll" "$PWD/../openocd-install/mingw$BITNESS/bi
1717

1818
# Removing files with special char in their names
1919
# they cause issues with some decompression libraries
20-
rm "$DESTDIR/scripts/target/1986*.cfg"
20+
rm "$PWD/../openocd-install/mingw$BITNESS/scripts/target/1986*.cfg"

0 commit comments

Comments
 (0)