Skip to content

Commit 4305894

Browse files
author
Steve Ramage
committed
wip: 354
1 parent ad9bd3e commit 4305894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd-build/systemd-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "Git Pull" && \
2121
cp ./src/network/networkd-network-gperf.gperf /mount/ && \
2222
cp ./src/network/networkd-gperf.gperf /mount/ && \
2323
cp -R ./man /mount/ && \
24-
/usr/bin/meson --internal exe --capture /mount/man/ethtool-link-mode.xml -- /usr/bin/python3 ./src/shared/ethtool-link-mode.py --xml 'cc -E' ./src/basic/linux/ethtool.h && \
24+
/usr/bin/meson --internal exe --capture /mount/man/ethtool-link-mode.xml -- /usr/bin/python3 ./src/shared/ethtool-link-mode.py --xml 'cc -E' ./src/basic/include/linux/ethtool.h && \
2525
git log --format="%at" | sort | tail -n 1 | xargs -I{} date -d @{} +%Y-%m-%d > last_commit_date && \
2626
git rev-parse --short=10 HEAD > last_commit_hash && \
2727
cp last_commit_date last_commit_hash /mount/ && \

0 commit comments

Comments
 (0)