blob: 6278efe91bd8a3ebce93eb7b56657ea546ac13b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Naurp open-infrastructure-compute-tools.orig/Makefile open-infrastructure-compute-tools/Makefile
--- open-infrastructure-compute-tools.orig/Makefile
+++ open-infrastructure-compute-tools/Makefile
@@ -142,8 +142,8 @@ install: build
ln -sf stop $(DESTDIR)/usr/libexec/$(PROGRAM)/t
ln -sf update $(DESTDIR)/usr/libexec/$(PROGRAM)/u
- mkdir -p $(DESTDIR)/lib/systemd/system
- cp -r share/systemd/* $(DESTDIR)/lib/systemd/system
+ mkdir -p $(DESTDIR)/usr/lib/systemd/system
+ cp -r share/systemd/* $(DESTDIR)/usr/lib/systemd/system
mkdir -p $(DESTDIR)/var/log/$(SOFTWARE)
|