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

tin.spec

index 47e6d3cdc840f00576c57720c62e28ae7fa79387..8b17f5469fc7a630828249c412486f34e924bd71 100644 (file)
--- a/tin.spec
+++ b/tin.spec
@@ -71,8 +71,8 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT/{etc,usr/{bin,share/man/man1}}
 
-install -s src/tin $RPM_BUILD_ROOT/usr/bin
-ln -sf tin $RPM_BUILD_ROOT/usr/bin/rtin
+install -s src/tin $RPM_BUILD_ROOT%{_bindir}
+ln -sf tin $RPM_BUILD_ROOT%{_bindir}/rtin
 
 install doc/tin.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install doc/tin.defaults $RPM_BUILD_ROOT/etc
@@ -91,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %verify(not md5 mtime size) %config(noreplace) /etc/tin.defaults
 
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 
 %{_mandir}/man1/*
 
This page took 0.103917 seconds and 4 git commands to generate.