From e0a7e299d75febc3e26c88a8b54ebb23af2dd28d Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 27 Aug 2014 12:52:17 -0700 Subject: [PATCH] build-ceph-rpm.sh: copy "*.patch" from rpm/ instead of ./ Signed-off-by: Dan Mick --- build-ceph-rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index e197552..e50919b 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -86,7 +86,7 @@ mkdir -p ${BUILDAREA}/SPECS mkdir -p ${BUILDAREA}/RPMS mkdir -p ${BUILDAREA}/BUILD cp -a ceph-*.tar.bz2 ${BUILDAREA}/SOURCES/. -cp -a *.patch ${BUILDAREA}/SOURCES || true +cp -a rpm/*.patch ${BUILDAREA}/SOURCES || true # If this is a release candidate, identified by having -rc[0-9] appended to # the version number, then fix up the generated rpm spec file by moving the -- 2.39.5