This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/sh
|
|
|
|
cp -puv "${BUILD_DIR}"/nbd-*/systemd/nbd@.service \
|
|
"${TARGET_DIR}"/usr/lib/systemd/system/
|
|
|
|
touch "${TARGET_DIR}"/usr/lib/clock-epoch
|