diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-12-19 08:45:50 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-12-19 08:45:50 +0000 |
commit | aba0fe551e8d7bebcf4ced7d9171200b7f64ff85 (patch) | |
tree | 9474b7a60e2c07a67689d5848a81dbc14665fb84 /testing/libre2 | |
parent | dabeda228514d79f9d3ad5cfec624aa02266dabe (diff) | |
download | aports-aba0fe551e8d7bebcf4ced7d9171200b7f64ff85.tar.bz2 aports-aba0fe551e8d7bebcf4ced7d9171200b7f64ff85.tar.xz |
testing/libre2: added LICENSE
Diffstat (limited to 'testing/libre2')
-rw-r--r-- | testing/libre2/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/libre2/APKBUILD b/testing/libre2/APKBUILD index 6f62764468..b4ac3ba908 100644 --- a/testing/libre2/APKBUILD +++ b/testing/libre2/APKBUILD @@ -35,6 +35,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE || return 1 } md5sums="e82a6491efdf2bc928dc3779abcb3bc8 re2-20140304.tgz" |