OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jan-2003 13:30:18
Branch: HEAD Handle: 2003011712301700
Modified files:
openpkg-src/bochs bochs.spec
Log:
remove trailing whitespace; fix indendation; simplify zipping command
Summary:
Revision Changes Path
1.14 +5 -5 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 bochs.spec
--- openpkg-src/bochs/bochs.spec 17 Jan 2003 12:23:17 -0000 1.13
+++ openpkg-src/bochs/bochs.spec 17 Jan 2003 12:30:17 -0000 1.14
@@ -88,7 +88,7 @@
--enable-all-optimizations \
--enable-cdrom \
--enable-ne2000 \
- --disable-shared
+ --disable-shared
# build the sources
%{l_make} %{l_mflags -O}
@@ -116,9 +116,9 @@
# provide VGA font directory
( cd $RPM_BUILD_ROOT%{l_prefix}/share/bochs
rm -f install-x11-fonts test-x11-fonts
- mkdir fonts; mv vga.pcf fonts/
- %{l_gzip} -9 \
- $RPM_BUILD_ROOT%{l_prefix}/share/bochs/fonts/vga.pcf
+ mkdir fonts
+ mv vga.pcf fonts/
+ %{l_gzip} -9 fonts/vga.pcf
x11_bindir=`%{l_prefix}/etc/rc --query x11_bindir`
$x11_bindir/mkfontdir fonts
)
@@ -130,7 +130,7 @@
( echo "#!/bin/sh"
echo "if [ \"\$DISPLAY.\" = \".\" ]; then"
echo " echo \"DISPLAY not set\""
- echo "exit 1"
+ echo " exit 1"
echo "fi"
echo "xset fp+ %{l_prefix}/share/bochs/fonts"
echo "exec %{l_prefix}/libexec/bochs/bochs \${1+\"\$@\"}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]