Ignore:
Timestamp:
2008-06-09T14:08:30+12:00 (16 years ago)
Author:
mdewsnip
Message:

Updated now that the sqlite package is a zip file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r15814 r15922  
    279279  echo ""
    280280  cd "$PACKAGES/sqlite"
    281   gzip -dc sqlite-amalgamation-3.5.9.tar.gz | tar -xf -
     281  unzip sqlite-amalgamation-3.5.9.tar.gz
    282282  cd sqlite-amalgamation-3.5.9 && \
    283283    ./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
Note: See TracChangeset for help on using the changeset viewer.