Browse Source

Forgot dir name change for vcs packages

master
mid-kid 9 years ago
parent
commit
391fe129f6
  1. 2
      satellites/vcs/armips.sat
  2. 2
      satellites/vcs/ctr.sat
  3. 2
      satellites/vcs/ctrff.sat
  4. 2
      satellites/vcs/ctrtool.sat
  5. 2
      satellites/vcs/ctrulib-git.sat
  6. 2
      satellites/vcs/makerom.sat
  7. 2
      satellites/vcs/sockfile.sat

2
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:

2
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

2
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

2
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"

2
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

2
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"

2
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:

Loading…
Cancel
Save