]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk.spec
- updated pl.po
[packages/gawk.git] / gawk.spec
index 6f5a6530a9ff5d7986078c3192e516a8422c58e3..b8590ab1098898ee308ee58d36efd21eec293c12 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -120,7 +120,7 @@ echo 'pl' >> po/LINGUAS
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+#install -d $RPM_BUILD_ROOT%{_bindir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -131,15 +131,15 @@ bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 %find_lang %{name}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS 
This page took 0.099994 seconds and 4 git commands to generate.