From 9cc7d715b8e8eeea3996fea1e5f4a8e355db7956 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Jun 09 2015 18:54:18 +0000 Subject: fixup auto line breaks while copy-pasting Signed-off-by: Lokesh Mandvekar --- diff --git a/docker.spec b/docker.spec index a426d0c..90aeb40 100644 --- a/docker.spec +++ b/docker.spec @@ -414,15 +414,13 @@ install -dp %{buildroot}%{_sysconfdir}/%{repo} # install d-s-s pushd %{repo}-storage-setup-%{dss_commit} install -d %{buildroot}%{_bindir} -install -p -m 755 docker-storage-setup.sh -%{buildroot}%{_bindir}/docker-storage-setup +install -p -m 755 %{repo}-storage-setup.sh %{buildroot}%{_bindir}/%{repo}-storage-setup install -d %{buildroot}%{_unitdir} -install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir} +install -p -m 644 %{repo}-storage-setup.service %{buildroot}%{_unitdir} install -d %{buildroot}%{dss_libdir} -install -p -m 644 docker-storage-setup.conf -%{buildroot}%{dss_libdir}/docker-storage-setup +install -p -m 644 %{repo}-storage-setup.conf %{buildroot}%{dss_libdir}/%{repo}-storage-setup install -d %{buildroot}%{_mandir}/man1 -install -p -m 644 docker-storage-setup.1 %{buildroot}%{_mandir}/man1 +install -p -m 644 %{repo}-storage-setup.1 %{buildroot}%{_mandir}/man1 popd %check