Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 4e465ad..d3119af 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -92,7 +92,7 @@ $run cmake -DCMAKE_INSTALL_PREFIX=$prefix \
  6. $src
  7.  
  8. makefile=$curdir/Makefile
  9. -echo "all:\n\tcd build; \${MAKE}\n" > $makefile
  10. -echo "install:\n\tcd build; \${MAKE} install" >> $makefile
  11. -echo "test:\n\tcd build; \${MAKE} test" >> $makefile
  12. +printf "all:\n\tcd build; \${MAKE}\n" > $makefile
  13. +printf "install:\n\tcd build; \${MAKE} install" >> $makefile
  14. +printf "test:\n\tcd build; \${MAKE} test" >> $makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement