File sbcl-1.1.2-install.patch of Package sbcl
---
install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/install.sh
+++ b/install.sh
@@ -145,7 +145,7 @@ do
&& echo " html $BUILD_ROOT$DOC_DIR/`basename $html`"
done
-for f in BUGS CREDITS COPYING NEWS
+for f in BUGS CREDITS COPYING NEWS README.openSUSE sbclrc.sample
do
cp $f "$BUILD_ROOT$DOC_DIR"/
done