]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- small fix in directories creation - STBR again syslog-ng-1_4_15-8
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 16 Aug 2002 14:01:18 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.spec -> 1.70

syslog-ng.spec

index a5b50b197935c0737850182f2b793f834feff30c..600298818a79d19e503ee09a5c67d5d5f05eb4e9 100644 (file)
@@ -65,8 +65,8 @@ aclocal
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d},%{_sysconfdir}/syslog-ng} \
-       $RPM_BUILD_ROOT/var/log/{mail,archiv}}
+install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d},%{_sysconfdir}/syslog-ng}
+install -d $RPM_BUILD_ROOT/var/log/{mail,archiv}
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
This page took 0.055956 seconds and 4 git commands to generate.