diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
commit | 86b9491cd61826f2fd2e071ae83f80aa061345ae (patch) | |
tree | 1eb7ab507a1a6b563c2916eff002a217bf8a0d4f /debian/patches/upstream/0003-usr-move.patch | |
parent | Merging upstream version 20240829. (diff) | |
download | open-infrastructure-compute-tools-86b9491cd61826f2fd2e071ae83f80aa061345ae.tar.xz open-infrastructure-compute-tools-86b9491cd61826f2fd2e071ae83f80aa061345ae.zip |
Adding debian version 20240829-1.debian/20240829-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/upstream/0003-usr-move.patch')
-rw-r--r-- | debian/patches/upstream/0003-usr-move.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/upstream/0003-usr-move.patch b/debian/patches/upstream/0003-usr-move.patch deleted file mode 100644 index 6278efe..0000000 --- a/debian/patches/upstream/0003-usr-move.patch +++ /dev/null @@ -1,14 +0,0 @@ -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) - |