optech
05-01-2001, 05:06 PM
i'm creating an install script for my LFS system...
what i need is for it to be able to tell if bzip is installed on the current linux partition... i have the actual INSTALL script finished, but i want the begninning of the script to go:
is bzip installed? <--- this line
yes: continue
no: install it.
the line i need will check linux for bzip.
how would i do this?
(and did i explain my situation properly?)
what i need is for it to be able to tell if bzip is installed on the current linux partition... i have the actual INSTALL script finished, but i want the begninning of the script to go:
is bzip installed? <--- this line
yes: continue
no: install it.
the line i need will check linux for bzip.
how would i do this?
(and did i explain my situation properly?)