Skip to content

Commit

Permalink
you have to actually do the build lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickers47 committed Nov 28, 2019
1 parent 6984fde commit 0c4649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ scons_options="--use-system-pcre --use-system-boost --use-system-snappy --use-sy

prepare() {
cd "${srcdir}/mongodb-master"
#python2 src/third_party/scons-2.5.0/scons.py ${scons_options} core
python2 src/third_party/scons-2.5.0/scons.py ${scons_options} core
strip "$srcdir/mongodb-master/mongo"
strip "$srcdir/mongodb-master/mongod"
strip "$srcdir/mongodb-master/mongos"
Expand Down

0 comments on commit 0c4649f

Please sign in to comment.