openbsd-ports/x11/rox-filer/patches/patch-ROX-Filer_AppRun
pvalchev a7f21cd581 Import of rox-filer-1.1.8
ROX-Filer is a fast and powerful graphical file manager for
the X Window System.

Maintained by Damien Couderc <couderc.damien@wanadoo.fr>
2001-11-17 00:11:40 +00:00

25 lines
563 B
Plaintext

$OpenBSD: patch-ROX-Filer_AppRun,v 1.1.1.1 2001/11/17 00:11:40 pvalchev Exp $
--- ROX-Filer/AppRun.orig Tue Aug 28 09:40:50 2001
+++ ROX-Filer/AppRun Fri Nov 16 16:39:03 2001
@@ -5,10 +5,7 @@ PROG=ROX-Filer
APP_DIR=`dirname $0`
APP_DIR=`cd "$APP_DIR";pwd`; export APP_DIR
-ARCH=`uname -m`
-case $ARCH in
- i?86) ARCH=ix86 ;;
-esac
+ARCH=`arch -s`
PLATFORM=`uname -s`-$ARCH
@@ -34,8 +31,6 @@ case $1 in
"$@" \
&& make clean && make && echo Done >&2 && exit 0
echo Compile failed >&2
- echo Press Return... >&2
- read WAIT
exit 1
esac