3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-10 02:41:15 +00:00

13 lines
303 B
Plaintext
Raw Normal View History

2009-09-15 13:20:06 +01:00
#! /usr/bin/make -f
%:
dh $@
DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_install:
dh_install
find debian/livecd-rootfs -type f -print0 | \
xargs -0r grep -lZ '@DEB_HOST_MULTIARCH@' | \
xargs -0r \
sed -i 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g'