.github: add missing chmod arg and change --prefix

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-22 11:01:26 +01:00
parent 7df454daa8
commit d0166e505d

View File

@ -35,14 +35,14 @@ jobs:
./autogen.sh ./autogen.sh
mkdir -p build/dir mkdir -p build/dir
cd build/dir cd build/dir
../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system ../../configure --prefix= --with-systemd=/tmp/lib/systemd/system
chmod -R a+w chmod -R a+w .
- name: Build - name: Build
run: | run: |
make V=1 make V=1
- name: Install - name: Install
run: | run: |
make V=1 install-strip DESTDIR=/tmp make V=1 install-strip
tree /tmp tree /tmp
ldd /tmp/sbin/syslogd ldd /tmp/sbin/syslogd
size /tmp/sbin/syslogd size /tmp/sbin/syslogd