summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-04 23:27:39 -0400
committerB Stack <bgstack15@gmail.com>2018-09-04 23:27:39 -0400
commitce97f845ef5b2cf3fcb58d0bf757ea606f55080f (patch)
tree73a1162825e11a29ec3a5f12b45fb37b94d62c0a /palemoon
parenttest palemoon with devtoolset-7-toolchain (diff)
downloadstackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.tar.gz
stackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.tar.bz2
stackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.zip
fix typo for 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 1a7f1f8..8c34bb0 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -66,7 +66,7 @@ and themes to make the browser truly your own.
#source /usr/bin/gcc49
%if !%{dummy_package}
thispwd=$( pwd )
- sci enable devtoolset-7 /bin/bash << EOF
+ scl enable devtoolset-7 /bin/bash << EOF
pushd $thispwd
./mach build
popd
bgstack15