[Slackbuilds-users] makepasswd (0.5.3) Slackbuilds Script

B Watson yalhcru at gmail.com
Tue Apr 14 04:41:30 UTC 2015


On 4/13/15, freeze at riseup.net <freeze at riseup.net> wrote:
> i changed the slackbuilds script in line 45 from
>
> tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
>
> to
>
> tar xvf $CWD/$PRGNAM-$VERSION.tar
>
> and the script worked properly.
>
> Hope this helps and can be changed for future users.

No need to change anything. You downloaded the file with a web browser,
which "helpfully" gunzipped it for you.

$ grep DOWNLOAD= makepasswd.info
DOWNLOAD="http://defora.org/os/download/download/4323/makepasswd-0.5.3.tar.gz"

It's a gzipped tarball, try downloading it with wget or curl... or if
possible, turn off the browser's automatic gunzipping.

$ file makepasswd-0.5.3.tar.gz
makepasswd-0.5.3.tar.gz: gzip compressed data, from Unix, last
modified: Tue Dec 17 22:31:18 2013


More information about the SlackBuilds-users mailing list