diff --git a/satellites/vcs/armips.sat b/satellites/vcs/armips.sat index c244e97..11d6872 100644 --- a/satellites/vcs/armips.sat +++ b/satellites/vcs/armips.sat @@ -6,7 +6,7 @@ name=armips vcs_git "https://github.com/Kingcom/$name" header_end -getfile "$name"; cd "$name" +getfile vcs; cd vcs compile_cmake_installbin "$name" # vim:set tabstop=4 shiftwidth=4 syntax=sh et: diff --git a/satellites/vcs/ctr.sat b/satellites/vcs/ctr.sat index 60351a7..52174fc 100644 --- a/satellites/vcs/ctr.sat +++ b/satellites/vcs/ctr.sat @@ -5,7 +5,7 @@ name=ctr vcs_git "https://github.com/b1l1s/$name" header_end -getfile "$name"; cd "$name" +getfile vcs; cd vcs mkdir -p "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/include" "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/lib" make DEVKITARM="$dir_install/opt/devkitPRO/devkitARM" install diff --git a/satellites/vcs/ctrff.sat b/satellites/vcs/ctrff.sat index 9c5395d..228fb7b 100644 --- a/satellites/vcs/ctrff.sat +++ b/satellites/vcs/ctrff.sat @@ -5,7 +5,7 @@ name=ctrff vcs_git "https://github.com/b1l1s/$name" header_end -getfile "$name"; cd "$name" +getfile vcs; cd vcs mkdir -p "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/include" "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/lib" make DEVKITARM="$dir_install/opt/devkitPRO/devkitARM" install diff --git a/satellites/vcs/ctrtool.sat b/satellites/vcs/ctrtool.sat index df9f0c4..480b28c 100644 --- a/satellites/vcs/ctrtool.sat +++ b/satellites/vcs/ctrtool.sat @@ -5,7 +5,7 @@ name=Project_CTR vcs_git "https://github.com/profi200/$name" header_end -getfile "$name"; cd "$name/ctrtool" +getfile vcs; cd vcs/ctrtool make install -D ctrtool "$dir_install/$prefix/bin/ctrtool" diff --git a/satellites/vcs/ctrulib-git.sat b/satellites/vcs/ctrulib-git.sat index 0b1aa50..afc530c 100644 --- a/satellites/vcs/ctrulib-git.sat +++ b/satellites/vcs/ctrulib-git.sat @@ -5,7 +5,7 @@ name=ctrulib vcs_git "https://github.com/smealum/$name" header_end -getfile "$name"; cd "$name/libctru" +getfile vcs; cd vcs/libctru make DEVKITPRO="$dir_install/opt/devkitPRO" install diff --git a/satellites/vcs/makerom.sat b/satellites/vcs/makerom.sat index 4f923d5..a8e8e61 100644 --- a/satellites/vcs/makerom.sat +++ b/satellites/vcs/makerom.sat @@ -5,7 +5,7 @@ name=Project_CTR vcs_git "https://github.com/profi200/$name" header_end -getfile "$name"; cd "$name/makerom" +getfile vcs; cd vcs/makerom make install -D makerom "$dir_install/$prefix/bin/makerom" diff --git a/satellites/vcs/sockfile.sat b/satellites/vcs/sockfile.sat index e66fc9f..717563a 100644 --- a/satellites/vcs/sockfile.sat +++ b/satellites/vcs/sockfile.sat @@ -6,7 +6,7 @@ name=sockfile vcs_git "https://github.com/mid-kid/$name" header_end -getfile "$name"; cd "$name" +getfile vcs; cd vcs compile_cmake_installbin "$name" # vim:set tabstop=4 shiftwidth=4 syntax=sh et: