summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'rpm')
-rw-r--r--rpm/MPC.templ (renamed from rpm/MPC.spec)0
-rwxr-xr-xrpm/buildrpm.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/rpm/MPC.spec b/rpm/MPC.templ
index cbb6b3d3..cbb6b3d3 100644
--- a/rpm/MPC.spec
+++ b/rpm/MPC.templ
diff --git a/rpm/buildrpm.sh b/rpm/buildrpm.sh
index 98b224d8..90039ed9 100755
--- a/rpm/buildrpm.sh
+++ b/rpm/buildrpm.sh
@@ -74,7 +74,7 @@ fi
## Create our working directory and make the spec file
mkdir -p $WDIR
cd $WDIR
-sed "s/VERSION/$VERSION/; s/PACKAGER/$PACKAGER/; s!FINALDIR!$FDIR!" $loc/rpm/MPC.spec > MPC.spec
+sed "s/VERSION/$VERSION/; s/PACKAGER/$PACKAGER/; s!FINALDIR!$FDIR!" $loc/rpm/MPC.templ > MPC.spec
## Make a copy of the original MPC source to the new directory
mkdir -p $MDIR/$FDIR