changes to world/nano were not reflected locally
This commit is contained in:
Liam Waldron 2023-03-08 12:31:59 -05:00
commit d17ed6c094

View File

@ -29,6 +29,7 @@ getsource() {
} }
buildpkg() { buildpkg() {
cd ${SOURCES[2]}
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-utf8 --enable-utf8
make ${MAKEFLAGS} ${CFLAGS} ${CXXFLAGS} # these MUST be set make ${MAKEFLAGS} ${CFLAGS} ${CXXFLAGS} # these MUST be set