]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- added substitution s/make/%{__make}/.
authorkloczek <kloczek@pld-linux.org>
Mon, 12 Jun 2000 18:28:43 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.59

adapter.awk

index 98c9e3b3786c7a8ef8622ee13ca72ec926d86088..ce1c6fa4ff0edf17ebc7fe646ed0849dc3694f54 100644 (file)
@@ -475,6 +475,9 @@ function use_macros()
 
        gsub("%{_datadir}/gnome/apps", "%{_applnkdir}")
        gsub("%{_datadir}/applnk", "%{_applnkdir}")
+
+       gsub("^make$", "%{__make}")
+       gsub("^make ", "%{__make} ")
 }
 
 function fill(ch, n, i) {
This page took 0.036858 seconds and 4 git commands to generate.