]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
replace _tmpfilesdir
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 May 2014 09:18:49 +0000 (12:18 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 May 2014 09:18:49 +0000 (12:18 +0300)
adapter.awk

index 3e0cda4e0efb52590812380f57de26e24afc752e..d10b4ba13d6dc9fab54dd7a01c5fd4168d1b0735 100644 (file)
@@ -1130,6 +1130,7 @@ function use_macros()
        gsub("%{_userunitdir}", "%{systemduserunitdir}")
        gsub(systemduserunitdir, "%{systemduserunitdir}")
        gsub(systemdtmpfilesdir, "%{systemdtmpfilesdir}")
+       gsub("%{_tmpfilesdir}", "%{systemdtmpfilesdir}")
 
        gsub("%{_datadir}/applications", "%{_desktopdir}")
        gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}")
This page took 0.077028 seconds and 4 git commands to generate.