this was changed in core/plug-in/Makefile.app_module a couple of days
ago:

mkdir -p $(cfg-prefix)/$(cfg-dir)etc    ===>
      mkdir -p $(DESTDIR)$(cfg-target)etc

earlier it worked because in rules/make install

        cfg-prefix=$(CURDIR)/debian/sems 

now it won't work, because $(DESTDIR) is empty and
cfg-target=/etc/sems/.

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to