~brian-murray/ubuntu/oneiric/plymouth/bug-787685

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Steve Langasek
  • Date: 2011-03-23 22:38:37 UTC
  • Revision ID: steve.langasek@canonical.com-20110323223837-8evc718xrs27trn5
Tags: 0.8.2-2ubuntu19
replace *all* occurrences of DEB_HOST_MULTIARCH token in the hook, not one per
line

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        sed -e'/frame-buffer\.so$$/a\
53
53
$(VGA_RENDERER)' < debian/plymouth.install.in > debian/plymouth.install
54
54
        dh_install
55
 
        sed -i -e's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/' \
 
55
        sed -i -e's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/g' \
56
56
                debian/plymouth/usr/share/initramfs-tools/hooks/plymouth
57
57
 
58
58
override_dh_auto_clean: