[yast-devel] Re: [yast-commit] <rest-service> master : fixed restdoc path
Ladislav Slezak write:
ref: refs/heads/master commit e852ef0437a5949471d312aa7a001064d056dab9 Author: Ladislav Slezak <lslezak@novell.com> Date: Thu Oct 15 15:18:10 2009 +0200
fixed restdoc path --- plugins/ntp/package/yast2-webservice-ntp.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/ntp/package/yast2-webservice-ntp.spec b/plugins/ntp/package/yast2-webservice-ntp.spec index fc1f824..46ce2a7 100644 --- a/plugins/ntp/package/yast2-webservice-ntp.spec +++ b/plugins/ntp/package/yast2-webservice-ntp.spec @@ -46,7 +46,7 @@ Authors:
%build # build restdoc documentation -mkdir -p $RPM_BUILD_ROOT/srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/public/s ystem/restdoc +mkdir -p $RPM_BUILD_ROOT/srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/public/n tp/restdoc export RAILS_PARENT=/srv/www/yastws
In my last rest doc I change it to (in language only, but we should use it everywhere) $RPM_BUILD_ROOT/srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/public/%{plugin_name}/restdoc I think we should create some convention in restdoc location.
env LANG=en rake restdoc
-- Josef Reidinger YaST team maintainer of perl-Bootloader, YaST2-Repair, webyast modules language and time -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (1)
-
Josef Reidinger