makedeb
cowsay but with pokemons. is forked from the original as the original was abandoned. this is revived with even more pokemons!
Click here to go back to the commit logs for pokemonsay-newgenerations-git.
Hash: f72a08df9913f0d5007516ced0ab295ee50d8be3
Message: removed a typo sed replacement as the author has addresed it now and has solved it in the upstream
diff --git a/PKGBUILD b/PKGBUILD
index 68cb399..30382ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,6 @@ package() {
## Put the installation path on the script
sed -r "35s;.*;INSTALL_PATH=/opt/${_pkgname};" -i "pokemonsay.sh"
- sed -r "135s;==;=;" -i "pokemonsay.sh"
## Change the pokemonthink to use the pokemonsay in the path
sed -r "7s;.*;pokemonsay --think \$@;" -i "pokemonthink.sh"