Skip to content

Commit

Permalink
[fix] install_release: rm no-dbm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Sicard committed Nov 22, 2012
1 parent 629e537 commit 4ec3547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/utils/install_release.sh
Expand Up @@ -204,7 +204,7 @@ SRCDIR=$OPALANG
OPABOOK=$OPALANG/doc/book # the tutorial and book

# This is absolutely correct that the 2 variables are inversed, we should fix the value inside
./configure -prefix $INSTALLDIR -libdir $PREFIX -release -no-dbm
./configure -prefix $INSTALLDIR -libdir $PREFIX -release


TARGETS="distrib"
Expand Down

0 comments on commit 4ec3547

Please sign in to comment.