Adjusted AUR package build process
* Don't install runtime dependencies while building packages * Fix issue #17 (again)
This commit is contained in:
parent
06a72e29fb
commit
e4edb809f5
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ function update_repo() {
|
|||
curl -LsfO https://aur.archlinux.org/cgit/aur.git/snapshot/$p.tar.gz
|
||||
tar xf $p.tar.gz
|
||||
pushd $p >/dev/null
|
||||
makepkg -s --noconfirm
|
||||
makepkg -d
|
||||
popd >/dev/null
|
||||
mv -n $p/*xz "$REPO_DIR"/
|
||||
done < "$ROOT_DIR/.linux_items/packages/aur"
|
||||
|
|
|
|||
Loading…
Reference in a new issue