summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:04:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 09:04:32 +0100
commit2da7c54816ba8890508e59b8d86c9a90bdd6aa8d (patch)
treed628dcb9745a669b7cd434ace255337e2de2613f /rpm
parenteccff1c003053e051e1e836f2fc1d4e292c94a01 (diff)
downloadMPC-2da7c54816ba8890508e59b8d86c9a90bdd6aa8d.tar.gz
Fixed typo
* rpm/buildrpm.sh:
Diffstat (limited to 'rpm')
-rwxr-xr-xrpm/buildrpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/buildrpm.sh b/rpm/buildrpm.sh
index 6df0aae5..0afee9f1 100755
--- a/rpm/buildrpm.sh
+++ b/rpm/buildrpm.sh
@@ -68,7 +68,7 @@ BDIR=/tmp/mpc
## of MPC.spec
FDIR=/usr/lib/MPC
-##Check if build and work diretory already exist
+##Check if build and work directory already exist
if [ -d "$BDIR" -o -f "$BDIR" ]; then
echo "Necessary directory $BDIR already exists."
echo "Exiting."