Fix dependencies and add license
This commit is contained in:
@@ -28,4 +28,7 @@ check() {
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
make BUILD_STATIC=no PREFIX=/usr DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/lz4/LICENSE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user