]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/appimage/sigrok-native-appimage
sigrok-native-appimage: Inline patch_usr().
[sigrok-util.git] / 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 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
 
 ########################################################################
 # AppDir complete