Skip to content

Commit

Permalink
remove useless binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
taviso committed Aug 14, 2022
1 parent d9523ee commit 6ae3b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ install -D --mode=0755 LINUX/_B/wpexc root/shbin10/wpexc
cp -f ../xterm.trs root/shlib10/xterm.trs
cp -f ../xterm.trs root/shlib10/xterm-256color.trs

# Ghostscript Printer Resources
cp -f ../gscript.all root/shlib10/gscript.all

# Set default language.
printf "us\n" > root/shlib10/.def.lang
printf "us\n" > root/wplib/.def.lang
Expand All @@ -163,6 +166,8 @@ rm -f root/readme.ftp

# These dont seem useful.
rm -f root/shbin10/ptrinst
rm -f root/shbin10/wpxtool
rm -f root/shared/wpinstg

# Normalize permissions
find root/ -type f -perm /ugo+x -exec chmod 0755 {} \;
Expand Down

0 comments on commit 6ae3b5b

Please sign in to comment.