.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
|
./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
|
||||||
|
Loading…
Reference in New Issue
Block a user