Skip to content

Instantly share code, notes, and snippets.

@Ban3
Created March 3, 2015 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ban3/954b11ce8e2d61f4779f to your computer and use it in GitHub Desktop.
Save Ban3/954b11ce8e2d61f4779f to your computer and use it in GitHub Desktop.
Patch for new manpath in limnoria-python3-git PKGBUILD
--- PKGBUILD 2013-04-28 00:21:44.000000000 +0200
+++ PKGBUILD.new 2015-03-03 22:56:15.000000000 +0100
@@ -24,7 +24,7 @@
build() {
cd "$srcdir/$_pkgname"
- rename "supybot" "supybot3" ./docs/man/* ./scripts/*
+ rename "supybot" "supybot3" ./man/* ./scripts/*
sed -i '/man1/s/supybot/supybot3/; s/\(scripts\/supybot\)/\13/' setup.py
python3 setup.py build
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment