diff options
| author | Jonathan Bauer | 2013-02-01 16:28:54 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-01 16:28:54 +0100 |
| commit | 8463604737c47e88f6d3390504bd751238c2477f (patch) | |
| tree | 7b4346fa9f6f2a51eef73299ede4cf57d68c500b | |
| parent | xorg.conf formatting (diff) | |
| download | tm-scripts-8463604737c47e88f6d3390504bd751238c2477f.tar.gz tm-scripts-8463604737c47e88f6d3390504bd751238c2477f.tar.xz tm-scripts-8463604737c47e88f6d3390504bd751238c2477f.zip | |
systemd PATH fix
| -rw-r--r-- | remote/tools/systemd/systemd.build | 2 | ||||
| -rw-r--r-- | remote/tools/systemd/systemd.conf | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/remote/tools/systemd/systemd.build b/remote/tools/systemd/systemd.build index a055cf90..6df35629 100644 --- a/remote/tools/systemd/systemd.build +++ b/remote/tools/systemd/systemd.build @@ -25,7 +25,7 @@ install_dependencies() { build () { if [ ! -e .built ]; then cd src/$VERSION - ./configure --disable-manpages + ./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" make -j5 [ ! -d $TOOL_DIR/$TOOL/build ] && mkdir -p $TOOL_DIR/$TOOL/build DESTDIR=$TOOL_DIR/$TOOL/build make install diff --git a/remote/tools/systemd/systemd.conf b/remote/tools/systemd/systemd.conf index 1ac80876..3171938d 100644 --- a/remote/tools/systemd/systemd.conf +++ b/remote/tools/systemd/systemd.conf @@ -71,12 +71,11 @@ REQUIRED_BINARIES=" hostnamectl mtd_probe scsi_id v4l_id" -REQUIRED_DIRECTORIES=" /usr/lib - /usr/etc +REQUIRED_DIRECTORIES=" /etc + /usr/lib /usr/include /usr/share/dbus-1 /usr/share/polkit-1 - /etc/dbus-1/system.d /usr/lib/udev/rules.d" REQUIRED_FILES=" /usr/share/systemd/kbd-model-map /usr/lib/udev/findkeyboards |
