projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791e448
)
debian/rules: Cope if xen-utils-common not being built
author
Ian Jackson
<ian.jackson@citrix.com>
Mon, 15 Oct 2018 17:02:51 +0000
(18:02 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Wed, 2 Jan 2019 19:59:36 +0000
(20:59 +0100)
In a binary-indep build, xen-utils-common is not built so the files
are not installed by dh_install and the directory is missing.
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 1254bd794ee159da5a172f04f9e5e1d5199a497f..ad1346030855662e8df227c566345fd96e0bd70e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-264,7
+264,7
@@
override_dh_install:
debian/shuffle-boot-files $(upstream_version) $(flavour)
:
dh_install $(dh_install_excludes)
- rm -v $(xenstore_rm)
+ if test -d debian/xen-utils-common; then rm -v $(xenstore_rm); fi
:
debian/installsharedlibs