]> git.pld-linux.org Git - packages/fwlogwatch.git/commitdiff
- added zlib-devel to BuildRequires and fixed (my) typo in %install. fwlogwatch-0_4-1
authorkloczek <kloczek@pld-linux.org>
Fri, 31 Aug 2001 14:50:15 +0000 (14:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fwlogwatch.spec -> 1.3

fwlogwatch.spec

index 895195cf5d4231f13c438d0e4dd0dc1d06a83717..7d8c87887d028edfffd40910df69b1c1730ca157 100644 (file)
@@ -14,6 +14,7 @@ Patch0:               %{name}-DESTDIR.patch
 Patch1:                %{name}-config.patch
 URL:           http://cert.uni-stuttgart.de/projects/fwlogwatch/
 BuildRequires: flex
+BuildRequires: zlib-devel
 Prereq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,7 +51,7 @@ zapobiegawcze.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig},%{_sysconfdir}} \
+install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_sysconfdir}} \
        $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 %{__make} install install-config \
This page took 0.087018 seconds and 4 git commands to generate.