devel/gnu-default-tools: Use correct include path

Include paths must use the full file name with extension. This was
causing errors because it couldn't resolve the include.
This commit is contained in:
Kinsey Moore 2023-01-30 16:54:05 -06:00 committed by Joel Sherrill
parent 5c01a44221
commit 30b290593a

View File

@ -11,7 +11,7 @@
# available # available
# #
%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN} %define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
%include textproc/gsed-internal %include textproc/gsed-internal.bset
# #
# Build gdb first to raise the Python install error as early as # Build gdb first to raise the Python install error as early as