From d1f489c212b889b1be89672b4d2a71741a2587a9 Mon Sep 17 00:00:00 2001 From: Guido Trotter Date: Fri, 17 Oct 2008 14:21:30 +0000 Subject: [PATCH] Ship common.sh with the debootstrap os Reviwed-by: iustinp --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index aed3fc2..36b278f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ osdir=$(OS_DIR)/$(osname) os_SCRIPTS = create dist_os_SCRIPTS = import export rename -dist_os_DATA = ganeti_api_version +dist_os_DATA = ganeti_api_version common.sh dist_doc_DATA = COPYING NEWS README -- 1.7.2.5