Skip to content

Commit

Permalink
overwrite pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Aug 4, 2023
1 parent c41f032 commit 2f5d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PREFIX := /usr
endif

hashtree.pc: .FORCE
@echo 'prefix='$(PREFIX) >> hashtree.pc
@echo 'prefix='$(PREFIX) > hashtree.pc
@echo 'exec_prefix=$${prefix}' >> hashtree.pc
@echo 'libdir=$${prefix}/lib' >> hashtree.pc
@echo 'includedir=$${prefix}/include' >> hashtree.pc
Expand Down

0 comments on commit 2f5d10b

Please sign in to comment.