diff --git a/aps b/aps index bfd7103..5a31a93 100755 --- a/aps +++ b/aps @@ -41,7 +41,7 @@ run_package_script() { { if [ -x "${2}/${1}" ]; then echo ":: Running ${1}" - cd "${2}" || die "Could not enter package working directory. Exiting..." + #cd "${2}" || die "Could not enter package working directory. Exiting..." "${2}/${1}" "${2}/payload" "${2}" fi } @@ -63,18 +63,19 @@ install_local_package() { pkg_config_makedepends="" pkg_config_depends="" # Download sources. - pkg_config_sources=$(cat sources) - #pkg_config_sources_to=$(cat sources) - pkg_config_sources_to=$(echo ${pkg_config_sources} | sed 's:.*/::') - #pkg_config_sources_to_ex=$(echo ${pkg_config_sources_to} | sed 's/\..*$//') - curl -# ${pkg_config_sources} -o ${pkg_config_sources_to} - mkdir ${pkg_name} - tar -xf ${pkg_config_sources_to} -C ${pkg_name} - cd ${pkg_name} + if [ -f sources ]; then + pkg_config_sources=$(cat sources) + pkg_config_sources_to=$(echo ${pkg_config_sources} | sed 's:.*/::') + curl -# ${pkg_config_sources} -o ${pkg_config_sources_to} + mkdir pkg_bd + tar -xf 1 ${pkg_config_sources_to} -C ${pkg_path} + fi # Install package mkdir -p "${pkg_path}/payload" . "${pkg_path}/package" + cd pkg_bd/ run_package_script "build" "${pkg_path}" + cd ../.. run_package_script "predeploy" "${pkg_path}" # Deploy package if [ "${pkg_config_deploy}" = true ]; then diff --git a/install.sh b/install.sh index 018a348..352e198 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,7 @@ if [ ${prefix} == / ]; then kill 2 fi else + export install_root=${prefix} ./aps sync alnux install -v aps ${prefix}/usr/bin/ && install -v altools/sel ${prefix}/usr/bin/ && diff --git a/man/aps.8.gz b/man/aps.8.gz index 974d26d..3b747cf 100644 Binary files a/man/aps.8.gz and b/man/aps.8.gz differ diff --git a/settings b/settings new file mode 100644 index 0000000..64a9aa3 --- /dev/null +++ b/settings @@ -0,0 +1,9 @@ +UnlockClient=true +UnlockStudio=false +FPSCapValues=[30.000000, 60.000000, 75.000000, 120.000000, 144.000000, 165.000000, 240.000000, 360.000000] +FPSCapSelection=0 +FPSCap=0.000000 +CheckForUpdates=true +NonBlockingErrors=true +SilentErrors=false +QuickStart=false