From: Uwe Hermann Date: Wed, 1 Mar 2017 17:43:22 +0000 (+0100) Subject: sigrok-native-appimage: Inline patch_usr(). X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=8fa1956a198d4febc86a63fa14a8a83a17809c9e sigrok-native-appimage: Inline patch_usr(). --- diff --git a/cross-compile/appimage/sigrok-native-appimage b/cross-compile/appimage/sigrok-native-appimage index 71f8195..767b634 100755 --- a/cross-compile/appimage/sigrok-native-appimage +++ b/cross-compile/appimage/sigrok-native-appimage @@ -92,7 +92,7 @@ echo $VERSION # Patch away absolute paths; it would be nice if they were relative ######################################################################## -patch_usr +find usr/ -type f -executable -exec sed -i -e "s|/usr|././|g" {} \; ######################################################################## # AppDir complete