make-binaries: Don't strip attributes, they are needed by erlydtl
This commit is contained in:
+1
-1
@@ -466,7 +466,7 @@ strip_files()
|
||||
-perm '-u+x' \
|
||||
-exec "$strip_cmd" -s '{}' '+' 2>'/dev/null' || :
|
||||
erl -noinput -eval \
|
||||
"{ok, _} = beam_lib:strip_release('$code_dir'), halt()"
|
||||
"{ok, _} = beam_lib:strip_release('$code_dir',[\"Attr\"]), halt()"
|
||||
}
|
||||
#.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user