[koji/el6/master] correct the cp syntaxx

Dennis Gilmore ausil at fedoraproject.org
Mon Jan 3 22:22:31 UTC 2011


commit 24e50e2ce97ecda2741db3b168ba55e9cd73c90f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Jan 3 16:21:56 2011 -0600

    correct the cp syntaxx

 koji.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/koji.spec b/koji.spec
index e02ddd2..83064bc 100644
--- a/koji.spec
+++ b/koji.spec
@@ -126,7 +126,7 @@ koji-web is a web UI to the Koji system.
 %prep
 %setup -q
 %patch0 -p1 -b .orig
-cp $SOURCE2 .
+cp %{SOURCE1} README.epel
 
 %build
 


More information about the scm-commits mailing list