diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-07 13:10:44 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-07 13:10:44 +0400 |
commit | 46f2b31abcb54024665a91d096620375c1dfb2f3 (patch) | |
tree | 86f832bec58a2fca338018b3523d98a800d92e84 | |
parent | 59ad6e21eac75fcdd3aeb84b430e32a3366c2fec (diff) | |
download | cibs-pkgs-46f2b31abcb54024665a91d096620375c1dfb2f3.tar.gz |
Fix license-file to include $(sourcedir)
-rw-r--r-- | jansson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |