diff options
-rw-r--r-- | cgit.spec | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,12 +74,11 @@ cat << \EOF > cgit.conf V = 1 CFLAGS = %{optflags} LDFLAGS = %{?__global_ldflags} -DESTDIR = %{buildroot} -INSTALL = install -p CACHE_ROOT = %{cachedir} CGIT_SCRIPT_PATH = %{scriptdir} CGIT_SCRIPT_NAME = cgit CGIT_DATA_PATH = %{cgitdata} +COPYTREE = %{__cp} -rp docdir = %{docdir} filterdir = %{filterdir} prefix = %{_prefix} @@ -153,6 +152,9 @@ install -d -m0755 %{buildroot}%{cachedir} %changelog +* Mon Jun 04 2018 Todd Zullinger <tmz@pobox.com> +- make config: drop redundant DESTDIR/INSTALL, add COPYTREE + * Sun Feb 18 2018 Todd Zullinger <tmz@pobox.com> - 1.1-10 - Use https for source URLs - Remove el5 conditionals |