search in the right dir
This commit is contained in:
parent
ab17a0bfb9
commit
b0cc797be1
@ -1314,7 +1314,7 @@ print-DLLPOSTFIX :
|
||||
@echo \$(DLLPOSTFIX)
|
||||
EOF
|
||||
libsuffix=`dmake -f dllpostfix.mk print-DLLPOSTFIX`
|
||||
for f in `find %{_datadir}/gdb/auto-load%{baseinstdir} -type f -name '*lo-gdb.py'`; do
|
||||
for f in `find $RPM_BUILD_ROOT/%{_datadir}/gdb/auto-load%{baseinstdir} -type f -name '*lo-gdb.py'`; do
|
||||
mv "$f" "${f%lo-gdb.py}${libsuffix}-gdb.py"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user