Browse Source

merp

master
mid-kid 9 years ago
parent
commit
ab344a9d8a
  1. 2
      astronaut/astronaut

2
astronaut/astronaut

@ -5,7 +5,7 @@ dir_build="$PWD/build" # Temporary directory to build packages
dir_source="$PWD/source" # Directory where the package sources will be placed dir_source="$PWD/source" # Directory where the package sources will be placed
dir_install="$PWD/install" # Directory where the package will be installed dir_install="$PWD/install" # Directory where the package will be installed
dir_sysroot="" # The root dir (The directory programs will look in and symlinks will point to) dir_sysroot="" # The root dir (The directory programs will look in and symlinks will point to)
dir_prefix="usr" # Prefix directory dir_prefix="/usr" # Prefix directory
cmd_download="curl -# -L -o {dst} {src}" # Command to execute to download files cmd_download="curl -# -L -o {dst} {src}" # Command to execute to download files
cmd_extract="tar -x -C {dst} -f {src}" # Command to execute to extract files cmd_extract="tar -x -C {dst} -f {src}" # Command to execute to extract files
unset dir_satellites # Directory where the satellite files are placed. unset dir_satellites # Directory where the satellite files are placed.

Loading…
Cancel
Save