Revert "introduce $SYSTEMD_SYSTEM_UNIT_DIR"

This reverts commit 4bf38a829a.

This variable is pointless since we can always replace it with
/lib/systemd.

Commit I459f7514ab35082d31607968252a9005fa25de2a will fix the issue
in tripleo-image-elements.

Change-Id: I524badb6836a0d04a5f6e6a5b5d95920fd923ef6
This commit is contained in:
Gonéri Le Bouder 2014-10-17 10:28:14 +02:00
parent 2b60bea961
commit a9006ee1e7
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
SYSTEMD_PC_FILE="/usr/share/pkgconfig/systemd.pc"
SYSTEMD_SYSTEM_UNIT_DIR="/lib"
if [ -f $SYSTEMD_PC_FILE ]; then
SYSTEMD_SYSTEM_UNIT_DIR=$(awk \
'/systemdsystemunitdir=/ {split($0,a,"=");print a[2]}' \
$SYSTEMD_PC_FILE)
fi
export SYSTEMD_SYSTEM_UNIT_DIR