]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- substitute _iconsdir macro
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Nov 2005 22:45:04 +0000 (22:45 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Nov 2005 22:45:04 +0000 (22:45 +0000)
Changed files:
    adapter.awk -> 1.211

adapter.awk

index c17b9a4cfad7e86249c630a62d2ef93fc2c6cac5..25bcdd1e3aaffc14496a7ee4b80e7abf5fed6030 100644 (file)
@@ -1048,6 +1048,7 @@ function use_files_macros(        i, n, t, a)
        gsub("%{_prefix}/lib/pkgconfig", "%{_pkgconfigdir}");
 
        gsub("%{_datadir}/applications", "%{_desktopdir}");
+       gsub("%{_datadir}/icons", "%{_iconsdir}");
 }
 
 function fill(ch, n, i) {
This page took 0.079755 seconds and 4 git commands to generate.