Changeset 16020 for gsdl


Ignore:
Timestamp:
2008-06-16T13:58:36+12:00 (16 years ago)
Author:
mdewsnip
Message:

Fixed sqlite filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r15930 r16020  
    279279  echo ""
    280280  cd "$PACKAGES/sqlite"
    281   gzip -dc sqlite-amalgamation-3.5.9.tgz | tar -xf -
     281  gzip -dc sqlite-amalgamation-3.5.9.tar.gz | tar -xf -
    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.