Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. root@hebetude(baserock-dev64):/src/definitions$ git diff
  2. diff --git a/strata/core/cpython.morph b/strata/core/cpython.morph
  3. index 551c416..6c9e4b3 100644
  4. --- a/strata/core/cpython.morph
  5. +++ b/strata/core/cpython.morph
  6. @@ -4,4 +4,4 @@ build-system: autotools
  7. configure-commands:
  8. - ./configure --prefix="$PREFIX" --enable-shared
  9. post-install-commands:
  10. -- ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
  11. +- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement