wok diff arj/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents 2a5cc8208d36
children 04d824c95283
line diff
     1.1 --- a/arj/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/arj/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.3 @@ -23,7 +23,9 @@
     1.4  	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.5  	cd ..
     1.6  	busybox patch -p0 < $stuff/fardata.u
     1.7 -	make -k -j1
     1.8 +	# Ugly hack...
     1.9 +	sed -i 's/Patch not found.*/&return(POSTPROC_ERL_SUCCESS);/' postproc.c
    1.10 +	make -j 1 &&
    1.11  	make DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14 @@ -34,4 +36,3 @@
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16  	cp -a $install/usr/lib $fs/usr
    1.17  }
    1.18 -