Update package version to 6.0.0
This commit is contained in:
@@ -17,10 +17,10 @@ package() {
|
||||
install -d "$BPM_OUTPUT"/etc/bpm-utils/
|
||||
install -d "$BPM_OUTPUT"/usr/bin/
|
||||
install -d "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
cp bpm-package "$BPM_OUTPUT"/usr/bin/bpm-package
|
||||
cp bpm-convert "$BPM_OUTPUT"/usr/bin/bpm-convert
|
||||
cp bpm-setup "$BPM_OUTPUT"/usr/bin/bpm-setup
|
||||
cp create-repository-data "$BPM_OUTPUT"/usr/bin/create-repository-data
|
||||
cp source.default "$BPM_OUTPUT"/etc/bpm-utils/source.default
|
||||
cp LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
install -Dm755 bpm-package "$BPM_OUTPUT"/usr/bin/bpm-package
|
||||
install -Dm755 bpm-convert "$BPM_OUTPUT"/usr/bin/bpm-convert
|
||||
install -Dm755 bpm-setup "$BPM_OUTPUT"/usr/bin/bpm-setup
|
||||
install -Dm755 create-repository-data "$BPM_OUTPUT"/usr/bin/create-repository-data
|
||||
install -Dm755 source.default "$BPM_OUTPUT"/etc/bpm-utils/source.default
|
||||
install -Dm755 LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm-utils
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user