Skip to content

Commit

Permalink
Remove /usr prefix and /var datadir
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Jan 4, 2025
1 parent 0f0c4a0 commit d7b91da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git clone https://github.com/maxmind/geoip-api-c.git
cd geoip-api-c
autoreconf --install
./configure --disable-dependency-tracking --disable-silent-rules --datadir=/var --prefix=/usr
./configure --disable-dependency-tracking --disable-silent-rules
make install
- name: build.sh
run: ./build.sh
Expand Down

0 comments on commit d7b91da

Please sign in to comment.