<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="2">I am trying to build a appliance that requires some
      packages to be built from source. When I try to change the working
      directory with : </font><br>
    dab exec cd /usr/local/srcĀ  <br>
    I get : <br>
    /sbin/defenv: 10: exec: cd: not found<br>
    If I use:<br>
    dab exec /bin/sh -c "cd /usr/local/src; pwd"<br>
    it returns:<br>
    /<br>
    <br>
    I am trying to change the working directory so I can run make
    && make install. What is the correct way to do this?<br>
  </body>
</html>