]> git.pld-linux.org Git - projects/cleanbuild.git/commitdiff
update ccache path in rpmmacros for libexec change
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Jul 2018 17:45:26 +0000 (20:45 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 12 Aug 2018 19:23:30 +0000 (22:23 +0300)
docker/rpmmacros

index 20540c7eb2fcb2cd2e8e86add700ec10f1ff766e..7f9a58685c56d17a12a0994f16f9811c253076c4 100644 (file)
@@ -1,5 +1,5 @@
 
-%ccache_prefix %{_libdir}/ccache/
+%ccache_prefix %{_prefix}/libexec/ccache/
 
 %__cc %{?ccache_prefix}%{_target_platform}-gcc
 %__cxx %{?ccache_prefix}%{_target_platform}-g++
This page took 0.069254 seconds and 4 git commands to generate.