mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-05 20:16:19 +02:00
Compare commits
1 Commits
23505b2f5e
...
rafaelff/p
Author | SHA1 | Date | |
---|---|---|---|
![]() |
139f7e305f |
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
|||||||
|
|
||||||
Name
|
Name
|
||||||
----
|
----
|
||||||
pkgctl-auth - Authenticate with serivces like GitLab.
|
pkgctl-auth - Authenticate with services like GitLab.
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
@@ -116,9 +116,6 @@ copy_hostconf () {
|
|||||||
cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
|
cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
|
||||||
if [[ -d "${makepkg_conf}.d" ]] && is_globfile "${makepkg_conf}.d"/*.conf; then
|
if [[ -d "${makepkg_conf}.d" ]] && is_globfile "${makepkg_conf}.d"/*.conf; then
|
||||||
mkdir --parents "$working_dir/etc/makepkg.conf.d/"
|
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/"
|
cp "${makepkg_conf}.d/"*.conf "$working_dir/etc/makepkg.conf.d/"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user