mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 09:51:50 -05:00
makepkg: add missing newline from libprovides output
This was a small oversight from 1917c845 which causes makepkg to write provides entries to the .PKGINFO file improperly, e.g. provides = systemdlibsystemdudev=999 Add a newline in the printf format to ensure that these are spaced appropriately. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
62e8812fb9
commit
87c4fb51a4
@ -1145,7 +1145,7 @@ find_libprovides() {
|
||||
fi
|
||||
done
|
||||
|
||||
printf "%s" "${libprovides[@]}"
|
||||
printf '%s\n' "${libprovides[@]}"
|
||||
}
|
||||
|
||||
check_license() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user