[yast-devel] Re: [yast-commit] <rest-service> master : fixing packaging. Copy paste errors mostly
On 08/25/2009 11:15 AM, Duncan Mac-Vicar P wrote:
ref: refs/heads/master commit 92e21ce73c1f73e8e0b2cadc7fc76fd08aebe50a Author: Duncan Mac-Vicar P <dmacvicar@suse.de> Date: Tue Aug 25 11:15:38 2009 +0200
fixing packaging. Copy paste errors mostly --- .../package/yast2-webservice-basesystem.spec | 8 ++++---- .../patches/package/yast2-webservice-patches.spec | 2 +- .../package/yast2-webservice-services.spec | 10 ++++++---- .../system/package/yast2-webservice-system.spec | 4 ++-- 4 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/plugins/basesystem/package/yast2-webservice-basesystem.spec b/plugins/basesystem/package/yast2-webservice-basesystem.spec index 3058677..14cfb46 100644 --- a/plugins/basesystem/package/yast2-webservice-basesystem.spec +++ b/plugins/basesystem/package/yast2-webservice-basesystem.spec @@ -27,7 +27,7 @@ Requires: yast2-country >= 2.18.9
# %define pkg_user yastws -%define plugin_name language +%define plugin_name basesystem #
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %dir /srv/www/%{pkg_user}/vendor/plugins %dir /srv/www/%{pkg_user}/vendor/plugins/%{plugin_name} %dir /srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/doc -%dir /srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/var +#%dir /srv/www/%{pkg_user}/vendor/plugins/%{plugin_name}/var
Hi, why you comment out this line? I need this directory for touching file that indicates base system completion. -- 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