summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:42:52 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:42:52 -0600
commit9d662201658548add57289ef68f78bc9be71bb1f (patch)
tree6f979615f084d7e1ea2047fc1da9b13bff6a655f
parent505b26f1e1fedbbe5949a984cb787324ae21e9fd (diff)
downloadMPC-9d662201658548add57289ef68f78bc9be71bb1f.tar.gz
Updated for git.
-rwxr-xr-xrpm/buildrpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/buildrpm.sh b/rpm/buildrpm.sh
index 0afee9f1..182ab11b 100755
--- a/rpm/buildrpm.sh
+++ b/rpm/buildrpm.sh
@@ -104,7 +104,7 @@ sed "s/VERSION/$VERSION/; s/PACKAGER/$PACKAGER/; s!FINALDIR!$FDIR!" $loc/rpm/MPC
## Make a copy of the original MPC source to the new directory
mkdir -p $MDIR/$FDIR
cd $loc
-tar --exclude=.svn -cf - . | (cd $WDIR/$MDIR/$FDIR; tar -xf -)
+tar --exclude=.git\* -cf - . | (cd $WDIR/$MDIR/$FDIR; tar -xf -)
## Create the build source tar.bz2
cd $WDIR