prevents bulk builds from hanging.
spotted by and ok mbalmber@
This commit is contained in:
parent
fa4f3009b4
commit
787fb96f08
12
x11/rox-filer/patches/patch-ROX-Filer_AppRun
Normal file
12
x11/rox-filer/patches/patch-ROX-Filer_AppRun
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-ROX-Filer_AppRun,v 1.11 2007/08/25 11:17:40 jasper Exp $
|
||||
--- ROX-Filer/AppRun.orig Fri Aug 17 10:44:13 2007
|
||||
+++ ROX-Filer/AppRun Fri Aug 17 10:44:26 2007
|
||||
@@ -41,8 +41,6 @@ case $1 in
|
||||
cd "$BUILDDIR" && "$APP_DIR/src/configure" "$@" \
|
||||
&& $MAKE clean && $MAKE && echo Done >&2 && exit 0
|
||||
echo Compile failed >&2
|
||||
- echo Press Return... >&2
|
||||
- read WAIT
|
||||
exit 1
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user