KVM

Merge lp:~michaelh1/kvm/fix-boot-wrapper-axf-dir into lp:~riku-voipio/kvm/kvm-boot-wrapper-packaging

Proposed by Michael Hope
Status: Merged
Merged at revision: 16
Proposed branch: lp:~michaelh1/kvm/fix-boot-wrapper-axf-dir
Merge into: lp:~riku-voipio/kvm/kvm-boot-wrapper-packaging
Diff against target: 18 lines (+2/-2)
1 file modified
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~michaelh1/kvm/fix-boot-wrapper-axf-dir
Reviewer Review Type Date Requested Status
Riku Voipio Pending
Review via email: mp+104863@code.launchpad.net

Description of the change

The current packaging installs the .axf files into /usr/share/kvm-boot-wrapper/linux-system-semi.axf/linux-system-semi.axf. Fix.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2012-04-26 10:40:28 +0000
3+++ debian/rules 2012-05-07 01:40:23 +0000
4@@ -26,12 +26,12 @@
5
6 # PENDING: Add install to the Makefile instead?
7 override_dh_auto_install:
8- mkdir -p $(DEST)
9+ mkdir -p $(dir $(DEST))
10 cp *.axf $(DEST)
11
12 # Don't use the host strip
13 override_dh_strip:
14- $(CROSS_COMPILE)strip $(DEST)/*.axf
15+ $(CROSS_COMPILE)strip $(DEST)
16
17 # Don't test
18 override_dh_auto_test:

Subscribers

People subscribed via source and target branches

to all changes: