From c2521a5e7f26784a6dec29246763b52ef9be882c6af245c4006085f8d4ae88fe Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Mon, 20 Nov 2017 10:51:33 +0000 Subject: [PATCH] Correct comment line termination OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=413 --- rpm-suse_macros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm-suse_macros b/rpm-suse_macros index 9742b95..f7f273e 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -112,7 +112,7 @@ # %do_real_fillup() \ SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME \ - # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR + # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR \ if [ ! -f $SYSC_TEMPLATE ] ; then \ TEMPLATE_DIR=/var/adm/fillup-templates \ SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME \ @@ -156,7 +156,7 @@ %{-n:PNAME=%{1}}%{!-n:PNAME=%{name}} \ %{-s:SUBPNAME=-%{2}}%{!-s:SUBPNAME=%{-a:-%{name}}} \ SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME$SUBPNAME \ - # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR + # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR \ if [ ! -f $SYSC_TEMPLATE ] ; then \ TEMPLATE_DIR=/var/adm/fillup-templates \ SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME \ @@ -199,7 +199,7 @@ %{-n:PNAME=%{-n*}}%{!-n:PNAME=%{name}} \ DEF_VAL=%{-y:"yes"}%{!-y:"no"} \ DEL_TEMPL=%{_fillupdir}/$PNAME.del \ - # If template not in new location, fallback to old location + # If template not in new location, fallback to old location \ if [ ! -f $DEL_TEMPL ] ; then \ DEL_TEMPL=/var/adm/fillup-templates/$PNAME.del \ fi \