From 46f2b31abcb54024665a91d096620375c1dfb2f3 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 7 Mar 2013 13:10:44 +0400 Subject: Fix license-file to include $(sourcedir) --- jansson/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jansson/Makefile b/jansson/Makefile index 2d02e47..b986e0f 100644 --- a/jansson/Makefile +++ b/jansson/Makefile @@ -10,7 +10,7 @@ include /usr/share/cibs/rules/64.mk summary := C library for encoding, decoding and manipulating JSON data license := MIT -license-file := LICENSE +license-file := $(sourcedir)/LICENSE home := http://www.digip.org/jansson/ name := jansson -- cgit v1.2.3