]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- added gsub("%{_datadir}/applnk", "%{_applnkdir}").
authorkloczek <kloczek@pld-linux.org>
Thu, 4 May 2000 22:24:37 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.45

adapter.awk

index 97448e2351ec74ecb74a6b187c333a47b5792b7e..b2beb9e9e967faf2728f23f42e7ae71cf7a55ee7 100644 (file)
@@ -427,6 +427,7 @@ function use_macros()
        gsub("^%{_bindir}", "%attr(755,root,root) %{_bindir}")
 
        gsub("%{_datadir}/gnome/apps", "%{_applnkdir}")
+       gsub("%{_datadir}/applnk", "%{_applnkdir}")
 }
 
 function fill(ch, n, i) {
This page took 0.047385 seconds and 4 git commands to generate.