summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-05 06:35:40 -0400
committerB Stack <bgstack15@gmail.com>2018-09-05 06:35:40 -0400
commita30e43fb8bf94bb3c70494bb319ceb279b33df15 (patch)
tree1f92f3e3b3fb1105208207713166b41331173e22 /palemoon
parentrearrange popd (diff)
downloadstackrpms-a30e43fb8bf94bb3c70494bb319ceb279b33df15.tar.gz
stackrpms-a30e43fb8bf94bb3c70494bb319ceb279b33df15.tar.bz2
stackrpms-a30e43fb8bf94bb3c70494bb319ceb279b33df15.zip
fix typo again in scl...
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 40de2a4..4ebbf33 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -64,7 +64,7 @@ and themes to make the browser truly your own.
%build
thispwd=$( pwd )
%if 0%{?el7}
-scl enable detoolset-7 /bin/bash << EOF
+scl enable devtoolset-7 /bin/bash << EOF
pushd $thispwd
%endif
%if !%{dummy_package}
bgstack15