]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-appimage: Inline patch_usr().
authorUwe Hermann <redacted>
Wed, 1 Mar 2017 17:43:22 +0000 (18:43 +0100)
committerUwe Hermann <redacted>
Sun, 19 Mar 2017 20:16:46 +0000 (21:16 +0100)
cross-compile/appimage/sigrok-native-appimage

index 71f81955664e45c4cf3ca3d1ede2672fc0a25281..767b634b1c9b741b0232cf4403f672e833467cbd 100755 (executable)
@@ -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