From 1e8d012927f511ec4a35a9de2f6486533ca5b356 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 17 May 1999 23:26:08 +0000 Subject: [PATCH] - s-/usr/bin-%{_bindir}- Changed files: efax.spec -> 1.6 --- efax.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/efax.spec b/efax.spec index d791ad1..0da5768 100644 --- 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 [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" -- 2.43.0