Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Sep 3, 2024
1 parent 357a175 commit e2e3292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup-centos9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function install_stemmer {
(
cd stemmer
git apply $SCRIPTDIR/../CMake/resolve_dependency_modules/libstemmer/Makefile.patch
make "-j$(NPROC)"
make "-j${NPROC}"
make install
)
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function install_stemmer {
(
cd stemmer
git apply $SCRIPTDIR/../CMake/resolve_dependency_modules/libstemmer/Makefile.patch
make "-j$(NPROC)"
make "-j${NPROC}"
make install
)
}
Expand Down

0 comments on commit e2e3292

Please sign in to comment.