add pinentry to base

This commit is contained in:
Tobias Powalowski 2014-11-12 15:26:46 +01:00
parent 990f614314
commit 9789296aee

View file

@ -177,7 +177,7 @@ build ()
### add pacman ### add pacman
apps="pacman pacman-db-upgrade pacman-key pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \ apps="pacman pacman-db-upgrade pacman-key pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \
rankmirrors repo-add testdb repo-elephant testpkg vercmp curl gpg-agent haveged" rankmirrors repo-add testdb repo-elephant testpkg vercmp curl gpg-agent haveged pinentry"
for i in $apps; do for i in $apps; do
add_binary "$i" add_binary "$i"
done done