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