fix arch_base

This commit is contained in:
Tobias Powalowski 2018-06-20 08:37:32 +02:00
parent c268351ef4
commit 89256b467b

View file

@ -173,7 +173,6 @@ build ()
add_file "/usr/lib/libnss_systemd.so.2"
### fix tmpfiles startup
add_file "/usr/lib/libnss_compat.so.2"
add_file "/usr/lib/libnsl.so.1"
### add udev, which is not covered by udev hook
add_binary "logger"
@ -187,12 +186,12 @@ build ()
### add pacman
apps="pacman pacman-key pacman-db-upgrade pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \
rankmirrors repo-add repo-elephant testpkg vercmp curl gpg-agent haveged gpg"
rankmirrors repo-add repo-elephant testpkg vercmp curl gpg-agent haveged"
for i in $apps; do
add_binary "$i"
done
symlinks="/usr/bin/repo-remove"
symlinks="/usr/bin/gpg /usr/bin/repo-remove"
for i in $symlinks; do
# echo "Checking $i"
# if [ -e $i ]; then