.github: add missing chmod arg and change --prefix
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
7df454daa8
commit
d0166e505d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user