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

bin86.spec

index 3abdf15eeec1716ae5ef2af5e9714945a520b4cc..c8c702fd2b00b64f68077af35939001e4d47b18e 100644 (file)
@@ -54,8 +54,8 @@ make OPT="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin
-install -s as/as86 ld/ld86 $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -s as/as86 ld/ld86 $RPM_BUILD_ROOT%{_bindir}
 
 gzip -9nf README
 
@@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 
 %changelog
 
This page took 0.045218 seconds and 4 git commands to generate.