Update package version to 8.0
This commit is contained in:
@@ -11,9 +11,16 @@ build() {
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install
|
||||
package_stormfetch() {
|
||||
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-stormfetch
|
||||
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-config
|
||||
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/stormfetch/LICENSE
|
||||
}
|
||||
|
||||
package_stormfetch-monitor-detection() {
|
||||
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-stormfetch-monitor-detection
|
||||
|
||||
install -d "$BPM_OUTPUT"/usr/share/licenses
|
||||
ln -sf stormfetch "$BPM_OUTPUT"/usr/share/licenses/stormfetch-monitor-detection
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user