Skip to content

Commit e0ec5da

Browse files
committed
Rename DESTDIR to avoid name collision
1 parent 3658d92 commit e0ec5da

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ jobs:
145145
autoreconf -vif
146146
./configure
147147
make
148-
mkdir -p $PWD/install
149-
DESTDIR=$PWD/install make install
148+
DESTDIR=$PWD/prefix make install
150149
make check
151150
- run:
152151
name: Rebuild and test using distribution tarball
@@ -158,7 +157,7 @@ jobs:
158157
cd lsof-*
159158
./configure
160159
make
161-
DESTDIR=$PWD/install make install
160+
DESTDIR=$PWD/prefix make install
162161
make check
163162
164163
# Invoke jobs via workflows

0 commit comments

Comments
 (0)