mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
7 lines
139 B
Text
7 lines
139 B
Text
# First, build and install Tidy:
|
|||
cd $CWD/pre-install/kdewebdev/tidy
|
|||
echo "Building htmltidy..."
|
|||
ARCH=$ARCH sh ./tidy.build $PKG
|
|||
cd -
|
|||
|