Skip to content

Commit ea30b98

Browse files
committed
Added named branch for cpmtools dependency
1 parent f29fd6d commit ea30b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedisk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ validate_locale() {
7272
prepare_cpmtools() {
7373
if [[ ! -d cpmtools ]]; then
7474
log "Cloning cpmtools repository..."
75-
git clone https://github.com/lipro-cpm4l/cpmtools.git
75+
git clone -b cpm4l/cpmtools-2.21 https://github.com/lipro-cpm4l/cpmtools.git
7676
fi
7777

7878
pushd cpmtools > /dev/null

0 commit comments

Comments
 (0)