summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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