From a404058eaf90d7f49b2f28ad9a3d0c99b6089bed Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 20:51:56 +0200 Subject: [PATCH] Fix -sys pre-package --- rust-bindings/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index e63dbb10..f0ae0b70 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -5,7 +5,7 @@ all: generate-libostree-sys generate-libostree # -- cargo package helpers -- pre-package: - LICENSE libostree-sys/ + cp LICENSE libostree-sys/ cp README.md LICENSE libostree/