getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

metadata: Do not use escaped file paths when creating package #70

Closed joebonrichie closed 5 months ago

joebonrichie commented 5 months ago

Our system iksemel escapes unicode to work around py2 emoji parsing errors. Add files from pre-escaped files.list instead of pkg.files.list to fix creating .eopkgs with unicode paths.

(issue was found in usdx and it contains Ä, Ö, and, Ü characters in the filepaths)