]> git.pld-linux.org Git - packages/efax.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:
    efax.spec -> 1.6

efax.spec

index d791ad11e1ccd2ee2dac9726a225a3802ea450c8..0da57687ae5a8d25e60507f4930c04aa68fb7294 100644 (file)
--- a/efax.spec
+++ b/efax.spec
@@ -52,7 +52,7 @@ install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
 install -d $RPM_BUILD_ROOT/etc/sysconfig
 
 make install \
-       BINDIR=$RPM_BUILD_ROOT/usr/bin \
+       BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        MANDIR=$RPM_BUILD_ROOT%{_mandir}
 
 install efax.conf $RPM_BUILD_ROOT/etc/sysconfig/efax
@@ -67,15 +67,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644, root, root, 755)
 %doc *.gz
 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/efax
-%attr(755,root,root) /usr/bin/fax
-%attr(755,root,root) /usr/bin/efax
-%attr(755,root,root) /usr/bin/efix
+%attr(755,root,root) %{_bindir}/fax
+%attr(755,root,root) %{_bindir}/efax
+%attr(755,root,root) %{_bindir}/efix
 %{_mandir}/man1/*.gz
 
 %changelog
 * Tue Apr 13 1999 Jacek Smyda <smyda@posexperts.com.pl>
   [0.9-1]
-- split /usr/bin/fax into two files: fax and config
+- split %{_bindir}/fax into two files: fax and config
 - move fax config file to /etc/sysconfig
 - change "Requires: ghostscript"
 
This page took 0.082956 seconds and 4 git commands to generate.