Skip to content

Commit c4518aa

Browse files
committed
Do not install to system in ci
1 parent e96558d commit c4518aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
autoreconf -vif
146146
./configure
147147
make
148-
make install
148+
DESTDIR=$PWD/install make install
149149
make check
150150
- run:
151151
name: Rebuild and test using distribution tarball
@@ -157,7 +157,7 @@ jobs:
157157
cd lsof-*
158158
./configure
159159
make
160-
make install
160+
DESTDIR=$PWD/install make install
161161
make check
162162
163163
# Invoke jobs via workflows

0 commit comments

Comments
 (0)