From d0166e505dfee5290cfd3a779ebd79b5707e364c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 22 Nov 2021 11:01:26 +0100 Subject: [PATCH] .github: add missing chmod arg and change --prefix Signed-off-by: Joachim Wiberg --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcf4d44..9d936c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,14 +35,14 @@ jobs: ./autogen.sh mkdir -p build/dir cd build/dir - ../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system - chmod -R a+w + ../../configure --prefix= --with-systemd=/tmp/lib/systemd/system + chmod -R a+w . - name: Build run: | make V=1 - name: Install run: | - make V=1 install-strip + DESTDIR=/tmp make V=1 install-strip tree /tmp ldd /tmp/sbin/syslogd size /tmp/sbin/syslogd