From 901cef48dc8fd3071891c5498766a6a023a737c4 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 22 Aug 2016 11:35:00 +0200 Subject: [PATCH] Exo: finally version 0.10.7 the version 0.11 has a bug with import environment --- exo.be0 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/exo.be0 b/exo.be0 index 8355c4ed2..33dc5e2b5 100755 --- a/exo.be0 +++ b/exo.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION exo-0.11.0-0 +# BEE_VERSION exo-0.10.7-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -44,13 +44,6 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSIO # bee_patch "${@}" #} - -mee_patch_post() { - sed -i exo-open/exo-file-manager.desktop.in \ - -e 's,x-scheme-handler/file;,inode/directory;,' \ - -e 's,x-scheme-handler/trash;,,' -} - #mee_configure() { # bee_configure #}