Update package version to 5.4.8
This commit is contained in:
@@ -33,7 +33,10 @@ check() {
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
make INSTALL_TOP="$BPM_OUTPUT"/usr INSTALL_DATA="cp -d" INSTALL_MAN="$BPM_OUTPUT"/usr/share/man/man1 TO_LIB="liblua.so liblua.so.${BPM_PKG_VERSION%.*} liblua.so.${BPM_PKG_VERSION}" DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Install pkg-config file
|
||||
install -Dm644 lua.pc "$BPM_OUTPUT"/usr/lib/pkgconfig/lua.pc
|
||||
|
||||
# Install license
|
||||
install -Dm644 "$BPM_SOURCE"/doc/readme.html "$BPM_OUTPUT"/usr/share/licenses/lua/readme.html
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user