From 1b04dc7e9bfc4847318b42e63d9cd88aa75f9453 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Oct 2006 19:04:32 +0100 Subject: [PATCH] organise files into the right places --- debian/rules | 6 +++++- xen/Makefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6c6c3bb..edb8998 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,8 @@ # See the file CREDITS for a full list of credits information (often # installed as /usr/share/doc/autopkgtest/CREDITS). +SHELL=/bin/bash + p=autopkgtest px=autopkgtest-xenlvm topdir=`pwd` @@ -38,8 +40,10 @@ binary binary-indep: checkdir dh_installdirs usr $(MAKE) install-here prefix=debian/$p/usr - $(MAKE) -C xen install pkgname=$(px) \ + $(MAKE) -C xen install \ + pkgname=autopkgtest-xenlvm \ prefix=$(topdir)/debian/$(px)/usr \ + sharedir=$(topdir)/debian/$(px)/usr/share/autopkgtest/xenlvm \ etcdir=$(topdir)/debian/$(px)/etc cfg_suffix='' cat CREDITS debian/copyright.suffix \ diff --git a/xen/Makefile b/xen/Makefile index f4bb374..38f6dab 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -31,7 +31,7 @@ exec_prefix = adt-xenlvm- all: readconfig install: all - $(INSTALL_DIRS) -d $(bindir) $(docdir) $(man1dir) \ + $(INSTALL_DIRS) $(bindir) $(docdir) $(man1dir) \ $(sharedir) $(etcinitddir) $(xenscripts) set -e; for f in $(programs) $(shareprograms); do \ $(INSTALL_PROGRAM) $$f $(sharedir); \ -- 2.30.2