projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837d376
)
sigrok-native-appimage: Inline patch_usr().
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 1 Mar 2017 17:43:22 +0000
(18:43 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 19 Mar 2017 20:16:46 +0000
(21:16 +0100)
cross-compile/appimage/sigrok-native-appimage
patch
|
blob
|
history
diff --git
a/cross-compile/appimage/sigrok-native-appimage
b/cross-compile/appimage/sigrok-native-appimage
index 71f81955664e45c4cf3ca3d1ede2672fc0a25281..767b634b1c9b741b0232cf4403f672e833467cbd 100755
(executable)
--- 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