diff --git a/builder/orangepi.yml b/builder/orangepi.yml index 1d7a393c..56a89afd 100644 --- a/builder/orangepi.yml +++ b/builder/orangepi.yml @@ -252,7 +252,7 @@ version: libpcap-1.9 - name: build and install libpcap into /usr/local/lib - shell: "./autogen.sh && ./configure && make && make install" + shell: "autogen.sh && ./configure && make && make install" args: executable: /bin/bash chdir: /usr/local/src/libpcap diff --git a/builder/raspberrypi32.yml b/builder/raspberrypi32.yml index f831c3a2..94884e96 100644 --- a/builder/raspberrypi32.yml +++ b/builder/raspberrypi32.yml @@ -276,7 +276,7 @@ version: libpcap-1.9 - name: build and install libpcap into /usr/local/lib - shell: "./autogen.sh && ./configure && make && make install" + shell: "autogen.sh && ./configure && make && make install" args: executable: /bin/bash chdir: /usr/local/src/libpcap diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index e1ae587e..2fc40e80 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -215,7 +215,7 @@ version: libpcap-1.9 - name: build and install libpcap into /usr/local/lib - shell: "./autogen.sh && ./configure && make && make install" + shell: "autogen.sh && ./configure && make && make install" args: executable: /bin/bash chdir: /usr/local/src/libpcap