diff options
author | B Stack <bgstack15@gmail.com> | 2018-09-04 23:27:39 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-09-04 23:27:39 -0400 |
commit | ce97f845ef5b2cf3fcb58d0bf757ea606f55080f (patch) | |
tree | 73a1162825e11a29ec3a5f12b45fb37b94d62c0a | |
parent | test palemoon with devtoolset-7-toolchain (diff) | |
download | stackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.tar.gz stackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.tar.bz2 stackrpms-ce97f845ef5b2cf3fcb58d0bf757ea606f55080f.zip |
fix typo for scl
-rw-r--r-- | palemoon/palemoon.spec | 2 |
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 |