From 80410aaadb7375c50561a8d9862b7b890690334c Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 21 Jul 2009 00:55:37 +0800 Subject: [PATCH] mv the config file to /etc/xburst-tools Signed-off-by: Xiangfu Liu --- usbboot/debian/rules | 2 ++ usbboot/{src => doc}/usbboot.cfg | 0 2 files changed, 2 insertions(+) rename usbboot/{src => doc}/usbboot.cfg (100%) diff --git a/usbboot/debian/rules b/usbboot/debian/rules index 0a1f10e..b45e25b 100755 --- a/usbboot/debian/rules +++ b/usbboot/debian/rules @@ -72,6 +72,8 @@ 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 diff --git a/usbboot/src/usbboot.cfg b/usbboot/doc/usbboot.cfg similarity index 100% rename from usbboot/src/usbboot.cfg rename to usbboot/doc/usbboot.cfg