mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
Merge branch 'maint'
This commit is contained in:
commit
1de5070bb3
@ -1348,7 +1348,7 @@ create_srcpackage() {
|
||||
while read -r file; do
|
||||
# evaluate any bash variables used
|
||||
eval file=\"$(sed 's/^\(['\''"]\)\(.*\)\1$/\2/' <<< "$file")\"
|
||||
if [[ ! -f "${srclinks}/${pkgbase}/$file" ]]; then
|
||||
if [[ $file && ! -f "${srclinks}/${pkgbase}/$file" ]]; then
|
||||
msg2 "$(gettext "Adding %s file (%s)...")" "$i" "${file}"
|
||||
ln -s "${startdir}/$file" "${srclinks}/${pkgbase}/"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user