diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-08 15:55:02 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-08 15:55:02 +0400 |
commit | c57238437e68d86f13923d2ee881bc1ad0a7334a (patch) | |
tree | b20a2515fb11839633aea6c6872d783697cd8dfa /rules | |
parent | ec37c61512bc2a487240c77b18fe0b2b3bc9a76c (diff) | |
download | cibs-c57238437e68d86f13923d2ee881bc1ad0a7334a.tar.gz |
Define include directory for pkgmogrify
Diffstat (limited to 'rules')
-rw-r--r-- | rules/ips-manifest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk index 6774154..8eaa3be 100644 --- a/rules/ips-manifest.mk +++ b/rules/ips-manifest.mk @@ -122,7 +122,7 @@ glob-stamp: $(glob-manifests) mogrified-manifests := $(manifests:%=$(manifestdir)/mogrified-%) $(manifestdir)/mogrified-% : $(manifestdir)/glob-% - pkgmogrify $(pkg-define) \ + pkgmogrify $(pkg-define) -I. \ $(transformations) \ $< | \ sed -e '/^$$/d' -e '/^#.*$$/d' | uniq > $@ || (rm -f $@; false) |