update: lua multiversion

This commit is contained in:
wyj
2026-01-18 20:59:43 -05:00
parent 75bb8d7dc2
commit d5d39d49ba
2 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ src_prepare() {
}
src_build() {
./configure --prefix=/usr --with-readline
./configure --prefix=/usr --with-readline --docdir="/usr/share/doc/${pkgname}-${pkgver}"
make
}