Fixed build options in base/bc

This commit is contained in:
PktSurf 2024-10-28 22:55:39 +05:30
parent df19036841
commit efdb78cf28

5
base/bc/bc.SMBuild Executable file → Normal file
View 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