@wesbrown: Fixed, sorry for the huge delay :(
@lastmikoi: the pkgbuild is replacing python with python2. Builds for me.
Search Criteria
Package Details: sosreport 3.0-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-06-30)
| 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: | |
| 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
Comment by lastmikoi
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
@wesbrown: Good catch! I'll fix it asap.
Comment by wesbrown18
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
}