/[scripts]/trunk/est-latest.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/est-latest.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Sat Jun 24 15:04:40 2006 UTC revision 27 by dpavlin, Fri Mar 9 00:58:26 2007 UTC
# Line 38  function extract() { Line 38  function extract() {
38          ./configure          ./configure
39          make          make
40          sudo checkinstall -y          sudo checkinstall -y
41    
42            # build perl bindings?
43            test -d perlnative && (
44                    echo "*** installing native perl bindings"
45                    cd perlnative
46                    ./configure
47                    make
48                    sudo make install
49            )
50    
51          cd $d          cd $d
52          sudo rm -Rf $tmp          sudo rm -Rf $tmp
53  }  }

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26