Skip to content

Commit

Permalink
Using dh auto magic in override, rather than manual make call.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Mar 9, 2011
1 parent 0d16fc6 commit fcba2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dh ${@}

override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/live-boot install
dh_auto_install

mkdir -p debian/live-boot-initramfs-tools/usr/share
mv debian/live-boot/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share
Expand Down

0 comments on commit fcba2f4

Please sign in to comment.