From 1e7149a25a591b35f700d06e7d41be196766aa73 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 31 Oct 2013 16:55:56 -0400 Subject: [PATCH] copy the template files to the destination --- xCAT-OpenStack/xCAT-OpenStack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-OpenStack/xCAT-OpenStack.spec b/xCAT-OpenStack/xCAT-OpenStack.spec index e6e9cc4bc..c2336b798 100644 --- a/xCAT-OpenStack/xCAT-OpenStack.spec +++ b/xCAT-OpenStack/xCAT-OpenStack.spec @@ -54,7 +54,7 @@ chmod 755 $RPM_BUILD_ROOT/%{prefix}/sbin/* cp -a postscripts/* $RPM_BUILD_ROOT/install/postscripts chmod 755 $RPM_BUILD_ROOT/install/postscripts/* -cp -a templates/mypostscript/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates +cp -a templates/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates/* %clean