.github: fix example build, relies on configure prefix
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
f2fdc9043a
commit
d18e485e0a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
mkdir -p build/dir
|
mkdir -p build/dir
|
||||||
cd build/dir
|
cd build/dir
|
||||||
../../configure --prefix= --with-systemd=/tmp/lib/systemd/system
|
../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
|
||||||
chmod -R a+w .
|
chmod -R a+w .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Install Check
|
- name: Install Check
|
||||||
run: |
|
run: |
|
||||||
cd build/dir
|
cd build/dir
|
||||||
DESTDIR=/tmp make V=1 install-strip
|
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