]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
s-/usr/sbin-%{_sbindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:39:54 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s-/usr/sbin-%{_includedir}-

Changed files:
    bzip2.spec -> 1.22

bzip2.spec

index 4786c831ebe474613bb652795aac5ed18eb4f51e..c97a11e93fd7f106b273abcabba046c30d3ed3a1 100644 (file)
@@ -71,7 +71,7 @@ ln -sf bzip2 $RPM_BUILD_ROOT%{_bindir}/bunzip2
 ln -sf bzip2 $RPM_BUILD_ROOT%{_bindir}/bzcat
 
 install bzip2.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install bzlib.h $RPM_BUILD_ROOT/usr/include
+install bzlib.h $RPM_BUILD_ROOT%{_includedir}
 
 echo .so bzip2.1 > $RPM_BUILD_ROOT%{_mandir}/man1/bunzip2.1
 echo .so bzip2.1 > $RPM_BUILD_ROOT%{_mandir}/man1/bzcat.1
@@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.html
 %attr(755,root,root) %{_libdir}/lib*.so
-/usr/include/*.h
+%{_includedir}/*.h
 
 %files static
 %attr(644,root,root) %{_libdir}/lib*.a
This page took 0.032265 seconds and 4 git commands to generate.