Skip to content

Commit

Permalink
Build the SQLite extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
ieure committed Aug 24, 2010
1 parent 9b82489 commit 2da0940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


# Add here any variable or target overrides you need.

build/geocoder-us::
make -C $(CURDIR)/src/libsqlite3_geocoder
install -m 0644 $(CURDIR)/src/libsqlite3_geocoder/*.so \
$(CURDIR)/lib/geocoder/us/sqlite3.so

install/geocoder-us::
install -d -m 0755 $(DEB_DESTDIR)var/lib/geocoder-us \
$(DEB_DESTDIR)var/run/geocoder-us \
Expand Down

0 comments on commit 2da0940

Please sign in to comment.