Removed destdir from systemdir
This commit is contained in:
parent
f875a109b4
commit
5169fec3a0
|
@ -499,7 +499,7 @@ install () {
|
|||
chmod +x "$INSTALL_DIR/pandora_ha"
|
||||
;;
|
||||
*)
|
||||
SYSTEMD_DIR=$DESTDIR/etc/systemd/system
|
||||
SYSTEMD_DIR=/etc/systemd/system
|
||||
PID_DIR=$DESTDIR/var/run
|
||||
INSTALL_DIR="$DESTDIR$PREFIX/bin/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue