.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
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