SHA256
1
0
forked from pool/xemacs
Dr. Werner Fink 2009-12-07 08:49:32 +00:00 committed by Git OBS Bridge
parent baa426bbe1
commit 1f446eee18

View File

@ -408,8 +408,8 @@ do
test -e $f || continue
gzip -9f $f
done
find $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/ -name '*.orig' | xargs -r rm -f
find $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/ -name '*.el.ediff' | xargs -r rm -f
find $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/ -name '*.el.orig' | xargs -r rm -f
find $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/ -name '*.el.vm' | xargs -r rm -f
# ctags and etags are part of the ctags package
# b2m and rcs-checkin are in the emacs package.