]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- One semicolon too many.
authorqrczak <qrczak@pld-linux.org>
Sun, 12 Dec 2004 00:52:37 +0000 (00:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.179

rpm.macros

index 0aee67ec917cb1bf4c241ead94f39f9f63464cd2..f9995b5b0c1bb2a2a20442ebc6616d1af6fcfe63 100644 (file)
@@ -240,7 +240,7 @@ unset DISPLAY ||:\
 # sgml macros
 %xmlcat_add()            /usr/bin/xmlcatalog --noout --add nextCatalog \"\" %1 /etc/xml/catalog ;
 %xmlcat_del()            /usr/bin/xmlcatalog --noout --del %1 /etc/xml/catalog ;
-%xmlcat_add_rewrite      /usr/bin/xmlcatalog --noout --add rewriteSystem ;
+%xmlcat_add_rewrite      /usr/bin/xmlcatalog --noout --add rewriteSystem
 %xmlcat_create()          /usr/bin/xmlcatalog --noout --create %1 ;
 %sgmlcat_add()           /usr/bin/install-catalog --add %1 %2 > /dev/null ;
 %sgmlcat_del()           /usr/bin/install-catalog --remove %1 %2 > /dev/null ;
This page took 0.068545 seconds and 4 git commands to generate.