Skip to content

Commit

Permalink
Apply xsconsole.hg csets 344533b9b029 and 46ffb080583b for 64 bit use
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbulpin committed Jul 5, 2013
1 parent 1713ba9 commit d3e9e0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) Citrix Systems 2007

PREFIX=$(DESTDIR)/usr
LIBDIR=$(DESTDIR)/usr/lib/
LIBDIR=$(DESTDIR)/usr/lib64/

INSTALL=/usr/bin/install

Expand Down
2 changes: 1 addition & 1 deletion mk/xsconsole-plugins-oem.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OEM-specific plugins for xsconsole - a console tool for configuring a XenServer
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/lib
mkdir -p $RPM_BUILD_ROOT/usr/lib64
make install-oem DESTDIR=$RPM_BUILD_ROOT

%clean
Expand Down
2 changes: 1 addition & 1 deletion mk/xsconsole.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Console tool for configuring a XenServer installation.
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/lib
mkdir -p $RPM_BUILD_ROOT/usr/lib64
make install-base DESTDIR=$RPM_BUILD_ROOT

%clean
Expand Down
2 changes: 1 addition & 1 deletion xsconsole
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ "$USER" = "" ]; then
export USER=root
fi

exec /usr/bin/python /usr/lib/xsconsole/XSConsole.py $@
exec /usr/bin/python /usr/lib64/xsconsole/XSConsole.py $@

0 comments on commit d3e9e0f

Please sign in to comment.