mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
12 lines
356 B
Diff
12 lines
356 B
Diff
--- a/fontforgeexe/lookupui.c
|
|
+++ b/fontforgeexe/lookupui.c
|
|
@@ -4374,7 +4374,7 @@
|
|
oldsfd = SFDCreateUndoForLookup( sf, lookup_type );
|
|
|
|
if( DEBUG && oldsfd )
|
|
- GFileWriteAll( "/tmp/old-lookup-table.sfd", oldsfd );
|
|
+ GFileWriteAll( "@TERMUX_PREFIX@/tmp/old-lookup-table.sfd", oldsfd );
|
|
}
|
|
|
|
/* Then mark all the current things as unused */
|