<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 14/04/2022 à 13:22, Ozan Türkyılmaz
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:e9fd91bdd6548f820bd05655136e9c0814166a1a.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">Hello All,

I noticed a problem with doinst.sh files of my package (namely
lingweather). I checked the file it is generated fine and will create
the needed soft links however sometimes it won't create all the links.
I noticed when evolution-data-server didnt link to the libgweather
inside a test system (Thanks to Dave Woodfall for catching it). 

I am not sure what I really do wrong. I am attaching two doinst.sh
files: doinst.sh for the one included with the buildscript and
doinst.sh.package for the generated one. I don't see any errors while
installing the package on my machine. My test system gave the below
error doing installation:

Executing install script for libgweather-40.0-x86_64-1_SBo.tgz.
/bin/bash: line 11: syntax error: unexpected end of file

Regards,
Ozan

</pre>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
SlackBuilds-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a>
<a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a>
Archives - <a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a>
FAQ - <a class="moz-txt-link-freetext" href="https://slackbuilds.org/faq/">https://slackbuilds.org/faq/</a>

</pre>
    </blockquote>
    <p><font size="4">typo at the end of the file</font></p>
    <p><br>
    </p>
    <div class="add">+if [ -e usr/share/glib-2.0/schemas ]; then</div>
    <div class="add">+ if [ -x /usr/bin/glib-compile-schemas ]; then</div>
    <div class="add">+ /usr/bin/glib-compile-schemas
      usr/share/glib-2.0/schemas >/dev/null 2>&1</div>
    <div class="add">+ fi</div>
    <div class="add"><b>+if</b></div>
    <div class="add"><br>
    </div>
    <div class="add">must be "fi" <br>
    </div>
  </body>
</html>