Skip to content

Commit

Permalink
fix: remove lazarus temp dir to test build in pbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2cqr committed May 29, 2022
1 parent 67eaf1a commit 823332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sharedir = $(DESTDIR)/usr/share
tmpdir = /tmp

cqrlog: src/cqrlog.lpi
$(CC) --ws=gtk2 --pcp=$(tmpdir)/.lazarus src/cqrlog.lpi
$(CC) --ws=gtk2 src/cqrlog.lpi
$(ST) src/cqrlog
gzip tools/cqrlog.1 -c > tools/cqrlog.1.gz

Expand Down

0 comments on commit 823332c

Please sign in to comment.