From 0f098cd634c44b5fb5624a1dda45b805724d5569 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: May 29 2021 12:14:29 +0000 Subject: typo fix --- diff --git a/python-fastapi.spec b/python-fastapi.spec index e4258cc..74f8c81 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -371,7 +371,7 @@ for cfg in docs/*/mkdocs.yml do orig="$(dirname "${cfg}")" dest="%{buildroot}%{_pkgdocdir}/$(basename "${orig}")" - install -d '%{dest}' + install -d "${dest}" cp -rvp "${orig}/site" "${dest}/html" done %else