]> git.pld-linux.org Git - packages/make.git/commitdiff
- s-/usr/bin-%{_bindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:26:08 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    make.spec -> 1.8

make.spec

index 66868fe08090062fea0920955b8b133249e78fed..a2a4786952bcc9535dc1e550c5033905ff955e1c 100644 (file)
--- a/make.spec
+++ b/make.spec
@@ -62,7 +62,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 make prefix=$RPM_BUILD_ROOT/usr install
 
-strip $RPM_BUILD_ROOT/usr/bin/make
+strip $RPM_BUILD_ROOT%{_bindir}/make
 
 gzip -9nf $RPM_BUILD_ROOT/usr/{info/make.info*,man/man1/*}
 
@@ -80,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 
 %{_mandir}/man1/*
 %{_infodir}/make.info*
This page took 0.030637 seconds and 4 git commands to generate.