Skip to content

Commit

Permalink
Rename DESTDIR to avoid name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jul 10, 2024
1 parent 3658d92 commit e0ec5da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ jobs:
autoreconf -vif
./configure
make
mkdir -p $PWD/install
DESTDIR=$PWD/install make install
DESTDIR=$PWD/prefix make install
make check
- run:
name: Rebuild and test using distribution tarball
Expand All @@ -158,7 +157,7 @@ jobs:
cd lsof-*
./configure
make
DESTDIR=$PWD/install make install
DESTDIR=$PWD/prefix make install
make check
# Invoke jobs via workflows
Expand Down

0 comments on commit e0ec5da

Please sign in to comment.