]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- use _desktopdir macro
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Nov 2005 00:17:30 +0000 (00:17 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Nov 2005 00:17:30 +0000 (00:17 +0000)
Changed files:
    adapter.awk -> 1.210

adapter.awk

index 22af00181884f0658d16d9de123efa2e987128be..c17b9a4cfad7e86249c630a62d2ef93fc2c6cac5 100644 (file)
@@ -1046,6 +1046,8 @@ function use_files_macros(        i, n, t, a)
        gsub(libdir "/pkgconfig", "%{_pkgconfigdir}");
        gsub("%{_libdir}/pkgconfig", "%{_pkgconfigdir}");
        gsub("%{_prefix}/lib/pkgconfig", "%{_pkgconfigdir}");
+
+       gsub("%{_datadir}/applications", "%{_desktopdir}");
 }
 
 function fill(ch, n, i) {
This page took 0.065787 seconds and 4 git commands to generate.