summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-03-07 13:51:03 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-03-07 13:51:03 +0400
commitaf69e02d1968be15648346dea04273f980cac6b5 (patch)
tree75f86d49425f2383f573c1adbc3a0f6ab50d1818
parent6e58a102ed0fd8ff6f08583fd6c52fd2dc7b64e0 (diff)
downloadcibs-pkgs-af69e02d1968be15648346dea04273f980cac6b5.tar.gz
Fix license-file to include $(sourcedir)
-rw-r--r--zeromq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zeromq/Makefile b/zeromq/Makefile
index 535fd82..5d8bd93 100644
--- a/zeromq/Makefile
+++ b/zeromq/Makefile
@@ -11,7 +11,7 @@ include /usr/share/cibs/rules/copy.mk
summary := The ZeroMQ messaging library
license := LGPL
-license-file := COPYING.LESSER
+license-file := $(sourcedir)/COPYING.LESSER
build-depends += \
library/libpgm \