diff --git a/buildah.spec b/buildah.spec index a2b006a..bafaf22 100644 --- a/buildah.spec +++ b/buildah.spec @@ -97,8 +97,6 @@ This package contains system tests for %{name} %prep %autosetup -Sgit -n %{name}-%{built_tag_strip} -sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile -sed -i '/docs install/d' Makefile %build mkdir _build @@ -124,7 +122,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions install -d -p %{buildroot}/%{_datadir}/%{name}/test/system cp -pav tests/. %{buildroot}/%{_datadir}/%{name}/test/system -cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype +cp -pav imgtype %{buildroot}/%{_bindir}/%{name}-imgtype #define license tag if not already defined %{!?_licensedir:%global license %doc}