Compare commits

..

1 Commits

Author SHA1 Message Date
Rafael Fontenelle
139f7e305f docs: Fix a typo in pkgctl-auth.1
Component: pkgctl auth
2025-09-30 07:54:12 +02:00
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ pkgctl-auth(1)
Name
----
pkgctl-auth - Authenticate with serivces like GitLab.
pkgctl-auth - Authenticate with services like GitLab.
Synopsis
--------

View File

@@ -116,9 +116,6 @@ copy_hostconf () {
cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
if [[ -d "${makepkg_conf}.d" ]] && is_globfile "${makepkg_conf}.d"/*.conf; then
mkdir --parents "$working_dir/etc/makepkg.conf.d/"
if is_globfile "$working_dir/etc/makepkg.conf.d"/*.conf; then
rm --force "$working_dir/etc/makepkg.conf.d"/*.conf
fi
cp "${makepkg_conf}.d/"*.conf "$working_dir/etc/makepkg.conf.d/"
fi
fi