1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

change the default usbboot.cfg path

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
Xiangfu Liu
2009-07-21 01:12:38 +08:00
parent 80410aaadb
commit f426319446
3 changed files with 7 additions and 7 deletions

View File

@@ -72,9 +72,6 @@ install: build
# Add here commands to install the package into debian/xburst-tools.
$(MAKE) DESTDIR=$(CURDIR)/debian/xburst-tools install
install -o root -g root -m 0644 doc/usbboot.cfg $(BUILDDIR)/etc/xburst-tools
# Build architecture-independent files here.
binary-indep: install
# We have nothing to do by default.