Makefile: Actually install xen-resize-guest tool
Thanks lintian for the spare-manual-page warning!
This commit is contained in:
parent
d278bdc89e
commit
d7b794bc2c
1
Makefile
1
Makefile
@ -132,6 +132,7 @@ install-bin:
|
||||
cp bin/xen-delete-image ${prefix}/usr/bin
|
||||
cp bin/xen-list-images ${prefix}/usr/bin
|
||||
cp bin/xen-update-image ${prefix}/usr/bin
|
||||
cp bin/xen-resize-guest ${prefix}/usr/bin
|
||||
cp bin/xt-guess-suite-and-mirror ${prefix}/usr/bin
|
||||
chmod 755 ${prefix}/usr/bin/xen-create-image
|
||||
chmod 755 ${prefix}/usr/bin/xen-create-nfs
|
||||
|
||||
@ -5,6 +5,9 @@ Bug Fixes
|
||||
---------
|
||||
|
||||
* Fix typo in release name of the future Debian 12 release.
|
||||
* Makefile: Actually install xen-resize-guest tool. (Thanks to
|
||||
Debian's Lintian tool reporting that there is a man-page without
|
||||
binary installed!)
|
||||
|
||||
Distribution Releases Changes
|
||||
-----------------------------
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -5,6 +5,8 @@ xen-tools (4.8.1~dev-1) UNRELEASED; urgency=medium
|
||||
+ Update list of Ubuntu releases.
|
||||
+ distributions.conf: Fix typo in release name of future Debian 12
|
||||
release (bookwork → bookworm).
|
||||
+ Actually install xen-resize-guest tool. (Thanks lintian for the
|
||||
spare-manual-page warning!)
|
||||
|
||||
* Recommend deboootstrap ≥ 1.0.110~ for working bootstrapping of Ubuntu
|
||||
6.06 Dapper and 6.10 Edgy (see #659360) and for support of Ubuntu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user