Skip to content

Commit 7881867

Browse files
committed
Added named branch for cpmtools dependency
1 parent d47aa6b commit 7881867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)