]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- add %_initddir
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Oct 2009 05:41:34 +0000 (05:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  see: http://fedoraproject.org/wiki/Packaging/SysVInitScript

Changed files:
    rpm.macros -> 1.524

rpm.macros

index 7d5fc355039161b3fb8ac59415ff4c585c913bf1..efc0159d473d1a38ebcc6774af3ff4502b4a7476 100644 (file)
@@ -322,6 +322,9 @@ CXXFLAGS="%{rpmcxxflags}" \
 # The directory holding Linux kernel sources
 %_kernelsrcdir /usr/src/linux%{_alt_kernel}
 
+# SysV-style initscripts dir
+%_initddir             /etc/rc.d/init.d
+
 # If non-empty "debug" macro defined, add "dbg" suffix to release number
 %_rpmfilename          %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
 
This page took 0.088422 seconds and 4 git commands to generate.