I try to puzzle out how to package cswcommon for IPS<br /><br />in gar.pkg.mk is a line<br /><br />$(PROTOTYPE): $(WORKDIR) merge<br />    $(_DBG)cswproto $(if $(INCLUDE_COMMONDIRS),,-c $(GARDIR)/etc/commondirs-$(GARCH)) -r $(PKGROOT) $(PKGROOT)=$(if $(ALLOW_RELOCATE),,'/') >$@ <br /><br />so that cswproto can generate the common dirs. <br />But variable INCLUDE_COMMONDIRS is used nowhere and now there is a script build_common.sh in cswcommon recipe so I assume that cswproto do not generate the common dirs and links. <br /><br />But I like the idea to have the variable INCLUDE_COMMONDIRS in recipe of cswcommon because that is the only package which should have the common paths.<br /><br />Carsten