Skip to content

Commit

Permalink
Merge pull request #33 from diamant3/update-pacman-source
Browse files Browse the repository at this point in the history
use gitlab as the source of pacman
  • Loading branch information
sharkwouter authored Jul 1, 2024
2 parents 53603ec + a933975 commit a62b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BASE_PATH="${PWD}"
## Prepare the build environment
mkdir -p "${BASE_PATH}/build"
cd "${BASE_PATH}/build"
download_and_extract https://sources.archlinux.org/other/pacman/pacman-${PACMAN_VERSION}.tar.xz pacman-${PACMAN_VERSION}
download_and_extract https://gitlab.archlinux.org/pacman/pacman/-/archive/v${PACMAN_VERSION}/pacman-v${PACMAN_VERSION}.tar.gz pacman-v${PACMAN_VERSION}

## Fix some lines in the scripts which have hardcoded paths
find ./ -type f -name "*.in" -exec sed -i -e "s#LIBRARY=\${LIBRARY:-'@libmakepkgdir@'}#LIBRARY=\${LIBRARY:-\"\${PSPDEV}/share/makepkg\"}#g" {} \;
Expand Down

0 comments on commit a62b15e

Please sign in to comment.