<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 3 Mar 2017, at 4:33 , knitzsche <<a href="mailto:kyle.nitzsche@canonical.com" class="">kyle.nitzsche@canonical.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I am trying to use the wifi-ap content sharing interface.<br class=""><br class="">It is DENIED (see below) when I try to use a $SNAP directory.<br class=""><br class="">It works when I instead use $SNAP_DATA directory for the content sharing. But, I have to create that directory at run time: I can't figure out so far how to create (from snapcraft.yaml) an empty dir in $SNAP_COMMON or $SNAP_DATA at install time. (Knowing this would solve my problem.)<br class=""></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">We do this to create a directory:</div><div class=""><br class=""></div><div class=""><pre style="word-wrap: break-word; white-space: pre-wrap;" class="">install: |
      # Make sure we have a mount point for ubuntu-app-platform
      mkdir -p $SNAPCRAFT_PART_INSTALL/ubuntu-app-platform</pre><div class=""><br class=""></div></div></body></html>