Archived
Fix license
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: make-ca
|
name: make-ca
|
||||||
description: PKI setup script for LFS (and others)
|
description: PKI setup script for LFS (and others)
|
||||||
version: 1.13
|
version: 1.13
|
||||||
revision: 3
|
revision: 4
|
||||||
url: https://github.com/lfs-book/make-ca
|
url: https://github.com/lfs-book/make-ca
|
||||||
license: GPL3 or MIT
|
license: GPL3 or MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ package() {
|
|||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
install -vdm755 "$BPM_OUTPUT"/etc/ssl/local
|
install -vdm755 "$BPM_OUTPUT"/etc/ssl/local
|
||||||
|
|
||||||
install -Dm644 LICENSE.MIT "$BPM_OUTPUT"/usr/share/licenses/LICENSE
|
install -Dm644 LICENSE.MIT "$BPM_OUTPUT"/usr/share/licenses/make-ca/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user