[Lsb-messages] /var/www/bzr/lsb/devel/repogen r181: Fix end-of-line in Makefile

Denis Silakov denis.silakov at rosalab.ru
Mon Aug 20 12:21:55 UTC 2012


------------------------------------------------------------
revno: 181
committer: Denis Silakov <denis.silakov at rosalab.ru>
branch nick: repogen
timestamp: Mon 2012-08-20 16:21:55 +0400
message:
  Fix end-of-line in Makefile
modified:
  rpm/Makefile
-------------- next part --------------
=== modified file 'rpm/Makefile'
--- a/rpm/Makefile	2012-08-20 05:54:50 +0000
+++ b/rpm/Makefile	2012-08-20 12:21:55 +0000
@@ -54,7 +54,7 @@
 	for dir in $(ARCH_DIRS); do (cd $$dir && mkdir media_info && cd media_info \
 				    && cp ../repodata/*primary.xml.gz ./primary.xml.gz \
 				    && gunzip primary.xml.gz \
-				    && cat primary.xml | sed 's/epoch="0"//g' > primary.xml.noepoch
+				    && cat primary.xml | sed 's/epoch="0"//g' > primary.xml.noepoch \
 				    && xsltproc ../../../xml2synth.xsl primary.xml.noepoch | cut -s -f 3- | gzip > synthesis.hdlist.cz \
 				    && rm -f primary.xml primary.xml.noepoch \
 				    && md5sum * >MD5SUM); done



More information about the lsb-messages mailing list