]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- %systemdunitdir macro
authorArtur Frysiak <artur@frysiak.net>
Sun, 4 Dec 2011 18:04:52 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.505

adapter.awk

index cda077e822c08a41d9d53537289cac62d92e7553..19e8da90f44fb45dbf1b8b2ff165dbc3ddeb4590 100644 (file)
@@ -1459,6 +1459,8 @@ function use_macros()
                gsub("%{_subclass}", pear_subclass);
        }
 
+       gsub("/lib/systemd/system", "%{systemdunitdir}")
+
 }
 
 function format_configure(line,                n, a, s) {
This page took 0.038788 seconds and 4 git commands to generate.