]> git.pld-linux.org Git - packages/ash.git/commitdiff
- typos corrected.
authorpius <pius@pld-linux.org>
Tue, 27 Apr 1999 14:06:35 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash.spec -> 1.9

ash.spec

index 1c9dbf2d228783323f8d8a4cc96f543c4349a3d3..813ff3d6e5cc06f4a3dc6326e24f7c28dde3cbe5 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -66,7 +66,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
 
 %post
 umask 022
-echo "/bin/ash\n/bin/bsh"" >> /etc/shells
+echo "/bin/ash\n/bin/bsh" >> /etc/shells
 cat /etc/shells | sort -u > /etc/shells.new
 mv /etc/shells.new /etc/shells
 
@@ -91,7 +91,7 @@ done
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%deffatr(644,root,root,755)
+%defattr(644,root,root,755)
 %attr(755,root,root) /bin/*
 /usr/man/man1/*
 
This page took 0.067165 seconds and 4 git commands to generate.