Hi, I have to change the PKGBUILD to install it because I had permissions problems, I fixed it with the chmod command...
OLD:
build()
{
cd "${srcdir}/${_gitname}"
cd extras/fortune-mod-mlp
make
}
NEW:
build()
{
cd "${srcdir}/${_gitname}"
cd extras/fortune-mod-mlp
chmod +x name-pony.sh
make
}
I don't know if this is necessary for everypony ;), but, if it is, please, change the PKGBUILD
Search Criteria
Package Details: fortune-mod-mlp 3.0.2.54.gc4fc895-1
Git Clone URL: | https://aur.archlinux.org/fortune-mod-mlp.git (read-only) |
---|---|
Package Base: | fortune-mod-mlp |
Description: | Fortune quotes from My Little Pony Friendship is Magic. Quotes come from ponysay. |
Upstream URL: | http://erkin.github.com/ponysay/ |
Licenses: | |
Submitter: | mdevlamynck |
Maintainer: | mdevlamynck |
Last Packager: | mdevlamynck |
Votes: | 9 |
Popularity: | 0.000001 |
First Submitted: | 2013-09-17 12:10 |
Last Updated: | 2016-03-20 18:59 |
Dependencies (1)
Required by (1)
Sources (1)
Latest Comments
mdevlamynck commented on 2014-07-17 08:26
facunditito commented on 2014-07-16 18:00
Jristz commented on 2013-09-29 02:45
yay --flutershy
arthur33 commented on 2013-09-23 05:46
cool package ;)
Fixed, thanks for the feedback. I don't know what happened, maybe the rights of the file in the git repo changed.