Advertisement
Guest User

python2 fix for wmii-hg

a guest
Oct 14th, 2010
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.82 KB | None | 0 0
  1. --- PKGBUILD.old        2010-10-14 10:40:34.000000000 +0200
  2. +++ PKGBUILD    2010-10-14 10:41:54.000000000 +0200
  3. @@ -11,7 +11,7 @@
  4.  depends=("libx11" "libxinerama" "libxrandr" "libxft")
  5.  makedepends=("mercurial" "txt2tags" "libixp-hg")
  6.  optdepends=("plan9port: for use of the alternative plan9port wmiirc" \
  7. -       "python: for use of the alternative Python wmiirc" \
  8. +       "python2: for use of the alternative Python wmiirc" \
  9.         "ruby-rumai: for use of the alternative Ruby wmiirc")
  10.  provides=("wmii")
  11.  conflicts=("wmii")
  12. @@ -24,7 +24,7 @@
  13.  build() {
  14.         cd ${srcdir}/${_hgrepo}
  15.  
  16. -       _flags=("PREFIX=/usr" "ETC=/etc" "DESTDIR=${pkgdir}")
  17. +       _flags=("PREFIX=/usr" "ETC=/etc" "DESTDIR=${pkgdir}" "PYTHON=python2")
  18.  
  19.         make ${_flags[@]} all || return 1
  20.         make ${_flags[@]} install || return 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement