Ack!  A typo slipped in that makes it die on startup.  Attached is a
diff to apply to the spec file to correct it.  (Reminder to self:
Don't upload when you haven't slept!)

-- 
       _
     _|_|_
      ( )   *    Anton Graham
      /v\  /     <[EMAIL PROTECTED]>
    /(   )X
     (m_m)       GPG ID: 18F78541
Penguin Powered!
--- abi.spec    Tue Jul 18 23:36:40 2000
+++ abi.spec.fixed      Wed Jul 19 08:57:05 2000
@@ -67,7 +67,7 @@
 
 ( cd $RPM_BUILD_ROOT%{_datadir}/AbiSuite/bin; rm abiword; ln -s AbiWord abiword )
 
-perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/usr/share/abisuite/bin/AbiWord
+perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/usr/share/AbiSuite/bin/AbiWord
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 ( cd $RPM_BUILD_ROOT%{_datadir}/pixmaps; ln -s ../AbiSuite/icons/abiword_48.png )
@@ -107,6 +107,9 @@
 %{_menudir}/%{name}
 
 %changelog
+* Wed Jul 19 2000 Anton Graham <[EMAIL PROTECTED]> 0.7.10-2
+- fix typo that prevented removal of buildroot from wrapper script
+
 * Tue Jul 18 2000 Anton Graham <[EMAIL PROTECTED]> 0.7.10-1
 - 0.7.10
 - use macros

Reply via email to