From 5eb416c1f0df970a0077390ca105b6ed90a435f1 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 19 Apr 2004 23:31:34 +0000 Subject: [PATCH] Correct output --- makerpm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makerpm.in b/makerpm.in index 3761dca4..6dfe80a1 100644 --- a/makerpm.in +++ b/makerpm.in @@ -37,7 +37,7 @@ cp $TAR $SRCDIR cat re2c.spec | sed -e "s/RPM_RELEASE/${RELEASE}/g" > ${SPEC} -echo "CP: (`pwd`) cp -a $SPECDIR/${SPEC} $SPEC" +echo "CP: (`pwd`) cp -a $SPEC $SPECDIR/${SPEC}" cp -a $SPEC $SPECDIR/${SPEC} #cp -a *.patch $SRCDIR cd $SPECDIR -- 2.50.1