rpms/emacs/F-7 emacs.spec,1.94,1.95

Charles Coldwell (coldwell) fedora-extras-commits at redhat.com
Tue May 22 19:24:38 UTC 2007


Author: coldwell

Update of /cvs/pkgs/rpms/emacs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14989

Modified Files:
	emacs.spec 
Log Message:
make the scriptlet tests internally consistent


Index: emacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs/F-7/emacs.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- emacs.spec	22 May 2007 14:53:07 -0000	1.94
+++ emacs.spec	22 May 2007 19:24:04 -0000	1.95
@@ -207,7 +207,7 @@
 alternatives --install %{_bindir}/etags etags %{_bindir}/etags.emacs 80
 
 %preun common
-if [ "$1" = 0 ]; then
+if [ $1 -eq 0 ]; then
   for f in %{info_files}; do
     /sbin/install-info --delete %{_infodir}/$f.gz %{_infodir}/dir \
       --section="GNU Emacs" 2> /dev/null || :




More information about the fedora-extras-commits mailing list