Date: Thursday, July 30, 2020 @ 10:25:10
Author: anatolik
Revision: 392728
FS#53636: add license file to the package
Modified:
re2c/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-30 08:26:48 UTC (rev 392727)
+++ PKGBUILD 2020-07-30 10:25:10 UTC (rev 392728)
@@ -28,4 +28,5 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}