File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 133
133
if [ " $1 " != " --no-config" ]; then make extras || exit 1; fi
134
134
echo -n " debdist" 1>&3
135
135
mkdir -p debian/sdcard/gforth/current/doc
136
- cp doc/gforth.txt debian/sdcard/gforth/current/doc
136
+ cp ` gforth provides.fs -e ' " doc/gforth.txt" >abspath type bye ' ` debian/sdcard/gforth/current/doc
137
137
make setup-debdist || exit 1) || exit 1
138
138
if [ " $1 " == " --no-config" ]
139
139
then
Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ $variable provider-file
42
42
\G what's the source provider's file name?
43
43
provider-file $@ 2dup d0= IF 2drop sourcefilename >abspath THEN ;
44
44
45
- [IFUNDEF] provides-file
46
- : provides-file ( -- addr u )
47
- ${XDG_DATA_HOME} dup 0= IF 2drop "~/.local/share" THEN
48
- [: type ." /gforth/provides" ;] $tmp ;
49
- [THEN]
50
-
51
45
$variable last-provider
52
46
0 Value provides.fd
53
47
You can’t perform that action at this time.
0 commit comments