diff options
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r-- | .builds/openbsd.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index b83670bb..46be4f16 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -12,9 +12,6 @@ environment: DESTDIR: ./out tasks: - build: | - cd aerc - gmake + gmake -C aerc - install: | - cd aerc - gmake install - gmake checkinstall + gmake -C aerc install checkinstall |