Fixed build options in base/bc
This commit is contained in:
parent
df19036841
commit
efdb78cf28
1 changed files with 3 additions and 2 deletions
5
base/bc/bc.SMBuild
Executable file → Normal file
5
base/bc/bc.SMBuild
Executable file → Normal file
|
@ -17,10 +17,11 @@ prepbuilddir() {
|
|||
}
|
||||
|
||||
build() {
|
||||
./configure.sh -EHNG
|
||||
PREFIX=/usr \
|
||||
./configure.sh -EHNG \
|
||||
|
||||
make all
|
||||
make install DESTDIR=$pkg BINDIR="/bin" MAN1DIR="/usr/share/man/man1"
|
||||
make install DESTDIR=$pkg
|
||||
|
||||
cp LICENSE.md $pkgdocs
|
||||
|
||||
|
|
Loading…
Reference in a new issue