We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505b26f commit 9d66220Copy full SHA for 9d66220
rpm/buildrpm.sh
@@ -104,7 +104,7 @@ sed "s/VERSION/$VERSION/; s/PACKAGER/$PACKAGER/; s!FINALDIR!$FDIR!" $loc/rpm/MPC
104
## Make a copy of the original MPC source to the new directory
105
mkdir -p $MDIR/$FDIR
106
cd $loc
107
-tar --exclude=.svn -cf - . | (cd $WDIR/$MDIR/$FDIR; tar -xf -)
+tar --exclude=.git\* -cf - . | (cd $WDIR/$MDIR/$FDIR; tar -xf -)
108
109
## Create the build source tar.bz2
110
cd $WDIR
0 commit comments