aboutsummaryrefslogtreecommitdiffstats
path: root/macroszification
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-08-26 19:36:15 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-08-26 19:36:15 +0000
commite7ef9092b6d8a3d78735055ead45ac3e9a50bd8c (patch)
tree6bc9274d44c8125f195729ed663c9d1b3cbc74ce /macroszification
parentafac88acf8315de54d91d9b10972b6ebb2b9b677 (diff)
downloadspec-helper-e7ef9092b6d8a3d78735055ead45ac3e9a50bd8c.tar
spec-helper-e7ef9092b6d8a3d78735055ead45ac3e9a50bd8c.tar.gz
spec-helper-e7ef9092b6d8a3d78735055ead45ac3e9a50bd8c.tar.bz2
spec-helper-e7ef9092b6d8a3d78735055ead45ac3e9a50bd8c.tar.xz
spec-helper-e7ef9092b6d8a3d78735055ead45ac3e9a50bd8c.zip
Add initrddir macroszification.
Diffstat (limited to 'macroszification')
-rw-r--r--macroszification1
1 files changed, 1 insertions, 0 deletions
diff --git a/macroszification b/macroszification
index 433df7b..76cb48a 100644
--- a/macroszification
+++ b/macroszification
@@ -86,6 +86,7 @@ while (<>) {
s@[/]?(usr|%{[_]?prefix})/share@%{_datadir}@g;
s@[/]?(usr|%{[_]?prefix})/include@%{_includedir}@g;
s@[/]?(usr|%{[_]?prefix})/info@%{_infodir}@g;
+ s@[/]?etc/(rc.d/)?init.d@%{_initrddir}@g;
s@/etc@%{_sysconfdir}@;
s@/usr@%{prefix}@;
print;