From 3d6021bca9a9449001b33b8e7ac35eca64afc3ad Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 20 Apr 2012 04:06:16 +0000 Subject: [PATCH] Removed /opt/xcat from .spec file. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12287 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xCAT-UI.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-UI/xCAT-UI.spec b/xCAT-UI/xCAT-UI.spec index 560acd7fa..5c8c029c2 100644 --- a/xCAT-UI/xCAT-UI.spec +++ b/xCAT-UI/xCAT-UI.spec @@ -142,8 +142,8 @@ chmod 755 $RPM_BUILD_ROOT%{prefix}/ui/* if [ "$1" = 1 ] || [ "$1" = 2 ] # Install or upgrade then # Copy xCAT plugins to /opt/xcat/lib/perl/xCAT_plugin - cp %{prefix}/ui/xcat/plugins/web.pm ../lib/perl/xCAT_plugin/ - cp %{prefix}/ui/xcat/plugins/webportal.pm ../lib/perl/xCAT_plugin/ + cp %{prefix}/ui/xcat/plugins/web.pm %{prefix}/lib/perl/xCAT_plugin/ + cp %{prefix}/ui/xcat/plugins/webportal.pm %{prefix}/lib/perl/xCAT_plugin/ /bin/ln -s ../bin/xcatclientnnr ../bin/webportal /etc/init.d/xcatd restart @@ -210,4 +210,4 @@ chmod 755 $RPM_BUILD_ROOT%{prefix}/ui/* rm -rf /usr/IBM/HTTPServer/conf/httpd.conf.xcat.ui.bak fi /usr/IBM/HTTPServer/bin/apachectl restart -%endif \ No newline at end of file +%endif