It doesn't build anymore. Error:
/var/cache/pacman/pkg/blackpac5569/blackpac/PKGBUILD: Line 24: cd: /var/cache/pacman/pkg/blackpac5569/blackpac/pkg: No permission
Search Criteria
Package Details: blackpac 1.0.1-4
Package Actions
| Package Base: | blackpac |
|---|---|
| Description: | Maintains a list of blacklisted packages and allows their removal despite dependencies |
| Upstream URL: | http://igurublog.wordpress.com/downloads/script-blackpac/ |
| Category: | system |
| Licenses: | |
| Submitter: | IgnorantGuru |
| Maintainer: | IgnorantGuru |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2010-01-16 12:29 |
| Last Updated: | 2014-02-23 22:18 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by zilti
Comment by IgnorantGuru
updated with fabienpks's suggestion
Comment by IgnorantGuru
I am orphaning this in case anyone would like to update and maintain it for us - this script hasn't changed in years so will be light duty. Otherwise I'll take a look at the issue shortly - thanks!
Comment by fabienpks
To allow it to install, add it at the end of the PKGBUILD
package() {
cp ${startdir}/$pkgname.sh /usr/bin/$pkgname
chmod +x /usr/bin/$pkgname
}
Comment by nullstring0
Doesn't actually install anything right now.
[nullstring@jane blackpac]$ tar -xvvf blackpac-1.0.1-3-any.pkg.tar.gz
-rw-r--r-- root/root 547 2014-02-09 10:43 .PKGINFO
-rw-r--r-- root/root 184 2014-02-09 10:43 .MTREE
If I get bored, I'll try to figure out what's going on.