From 67c318164b7fd04d80afae42bdb509569dcb32a7 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 20:13:23 +0200 Subject: [PATCH] Add LICENSE to packages --- rust-bindings/rust/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index 0ffbc173..e63dbb10 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -5,7 +5,8 @@ all: generate-libostree-sys generate-libostree # -- cargo package helpers -- pre-package: - cp README.md libostree/ + LICENSE libostree-sys/ + cp README.md LICENSE libostree/ # -- gir generation --