Package Details: sosreport 3.0-2

Package Base: sosreport
Description: A set of tools to gather troubleshooting information from a system.
Upstream URL: https://github.com/sosreport/sosreport
Category: lib
Licenses: GPL
Submitter: celebdor
Maintainer: celebdor
Last Packager: None
Votes: 0
First Submitted: 2013-11-16 23:55
Last Updated: 2014-03-22 22:36

Dependencies (0)

Required by (1)

Sources

Latest Comments

Comment by celebdor

2014-03-22 22:36

@wesbrown: Fixed, sorry for the huge delay :(

@lastmikoi: the pkgbuild is replacing python with python2. Builds for me.

Comment by lastmikoi

2014-03-22 03:09

Besides the homedir issue, the script also fails to run because of a bad shebang (using /usr/bin/python instead of /usr/bin/python2)

Comment by celebdor

2014-01-21 16:41

@wesbrown: Good catch! I'll fix it asap.

Comment by wesbrown18

2014-01-21 16:15

There is a hard path in the PKGBUILD that points to your homedir. The package() script needs to be modified to:

package() {
cd "$srcdir/$_dirname"
make DESTDIR=$pkgdir install
}