Small fix-ups...

master
Chris Dorman 2020-11-28 05:46:07 +08:00
parent 51b82429ed
commit c7c33205bc
2 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,10 @@ case $1 in
if [ -f "deps/${1}.deps" ]; then
cp deps/$1.deps $tmpdir/
fi
if [ -f "deps/${1}.exec" ]; then
cp deps/$1.exec $tmpdir/execute.sh
fi
cp -av $freondir $tmpdir/.

1
deps/bash.deps vendored Normal file
View File

@ -0,0 +1 @@
ncurses