We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96558d commit c4518aaCopy full SHA for c4518aa
1 file changed
.circleci/config.yml
@@ -145,7 +145,7 @@ jobs:
145
autoreconf -vif
146
./configure
147
make
148
- make install
+ DESTDIR=$PWD/install make install
149
make check
150
- run:
151
name: Rebuild and test using distribution tarball
@@ -157,7 +157,7 @@ jobs:
157
cd lsof-*
158
159
160
161
162
163
# Invoke jobs via workflows
0 commit comments