<div dir="ltr">actually my last email had wrong reasoning for the issue. i think this is the issue:<br><br>TMP=${TMP:-/tmp/SBo}<br>PKG=$TMP/package-$PRGNAM<br>...<br>tar xf $CWD/install_flash_player_${VERS_MAJ}_linux.${ARCH}.tar.gz -C $PKG<br><br>when run from sbopkg there must be something slightly different in the value of TMP. i compared to another SlackBuild script (dar) and it looks like this:<br><br>TMP=${TMP:-/tmp/SBo}<br>PKG=$TMP/package-$PRGNAM<br>...<br>cd $TMP<br>tar xvf $CWD/$PRGNAM-$VERSION.tar.gz<br>cd $PRGNAM-$VERSION<br><br>most slackbuild scripts i've seen tend to follow this pattern:<div><br></div><div>tar xvf foo.tar.gz</div><div>cd foo</div><div>mv bar $PKG/path/to/bar</div><div><br></div><div>they don't typically mv from $PKG/foo to $PKG/path/to/foo</div><div><br><br><br>On Sat, May 2, 2015 at 12:12 AM, Miguel De Anda <<a href="mailto:miguel@thedeanda.com">miguel@thedeanda.com</a>> wrote:<br>><br>> willy: you're correct. the sbo is fine. it turns out my sbopkg sync wasn't working as described here: ( <a href="http://www.linuxquestions.org/questions/slackware-14/sbopkg-resync-fails-gpg-key-after-latest-security-upgrades-advice-4175540461/">http://www.linuxquestions.org/questions/slackware-14/sbopkg-resync-fails-gpg-key-after-latest-security-upgrades-advice-4175540461/</a> ). i ran it off my local git checkout and it worked fine.<br>><br>> klaatu: awesome! never really paid much attention to the diffs because chrome and chromium. aliens package worked great but it didn't work with firefox (although i did see there was a separate extension to make it work, but i didn't care to look into too much as i don't use firefox that often).<br>><br>> -m<br>><br>> On Fri, May 1, 2015 at 12:52 AM, Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>> wrote:<br>>><br>>> -----BEGIN PGP SIGNED MESSAGE-----<br>>> Hash: SHA256<br>>><br>>> > mv: cannot stat '/tmp/SBo/package-flashplayer-plugin/LGPL/*': No<br>>> > such file or directory<br>>> ><br>>> ><br>>> > i guess they removed the directory/file with the latest release?<br>>><br>>> I Don't think so<br>>><br>>> tar tvf install_flash_player_11_linux.i386.tar.gz<br>>> - -rw-rw-r-- flplbldr/flplbldr 17437860 2015-04-12 08:26 libflashplayer.so<br>>> - -r--r--r-- flplbldr/flplbldr     4009 2015-04-12 08:26 readme.txt<br>>> drwxrwxr-x flplbldr/flplbldr        0 2015-04-12 08:26 LGPL/<br>>> - -r--r--r-- flplbldr/flplbldr     7402 2015-04-12 08:26 LGPL/LGPL.txt<br>>> - -r--r--r-- flplbldr/flplbldr       76 2015-04-12 08:26 LGPL/notice.txt<br>>><br>>><br>>> - --<br>>> Willy Sudiarto Raharjo<br>>> -----BEGIN PGP SIGNATURE-----<br>>> Version: GnuPG v2<br>>><br>>> iEYEAREIAAYFAlVDMKEACgkQiHuDdNczM4FIUACfWrriqwigAY5paZQKXwDOGu3B<br>>> kwYAnAhw4pA9iqSS5XSFLh3L2kuJsnCM<br>>> =4zRT<br>>> -----END PGP SIGNATURE-----<br>>> _______________________________________________<br>>> SlackBuilds-users mailing list<br>>> <a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>>> <a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>>> Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>>> FAQ - <a href="http://slackbuilds.org/faq/">http://slackbuilds.org/faq/</a><br>>><br>><br></div></div>