]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- no "-" in tar options necessary dialog-0_69-5
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:
    dialog.spec -> 1.27

dialog.spec

index 5ed9aa64b600c2412050c22490539a674edc9673..7284ca689d1552969aad88a34a138a55e66c7ea7 100644 (file)
@@ -119,7 +119,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}}
 
 cp -a samples/* dialog.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
-bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 gzip -9nf dialog.lsm README CMDLINE
 
This page took 0.344789 seconds and 4 git commands to generate.