]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- no "-" in tar options necessary net-tools-1_60-3
authorankry <ankry@pld-linux.org>
Wed, 24 Oct 2001 22:54:19 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-tools.spec -> 1.39

net-tools.spec

index c3f4720a493a98b5bac56465401ee17e32903734..ade398ec723083fc3aca0d087d15b9e756de8e74 100644 (file)
@@ -87,7 +87,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/pl/man8
        mandir=%{_mandir} \
        I18N=1
 
-bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 # standardize localized man dirs
 (cd $RPM_BUILD_ROOT%{_mandir}
This page took 0.046686 seconds and 4 git commands to generate.