Skip to content

Commit

Permalink
删除错误的换行
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 16, 2023
1 parent 4b11b86 commit a19cbfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ RUN apk add gcc g++ make \

RUN git clone git://erdgeist.org/opentracker \
&& cd opentracker \
&& sed -e "s/^LIBOWFAT_HEADERS=\$(PREFIX)\/libowfat/LIBOWFAT_HEADERS=\/usr\/include\/libowfat/" -e "s/^LIBOWFAT_LIBRARY=\$(PREFIX)\/libowfat/LIBOWFAT_
LIBRARY=\/usr\/lib/" Makefile -i \
&& sed -e "s/^LIBOWFAT_HEADERS=\$(PREFIX)\/libowfat/LIBOWFAT_HEADERS=\/usr\/include\/libowfat/" -e "s/^LIBOWFAT_LIBRARY=\$(PREFIX)\/libowfat/LIBOWFAT_LIBRARY=\/usr\/lib/" Makefile -i \
&& make clean && make


Expand Down

0 comments on commit a19cbfa

Please sign in to comment.