mirror of
git://slackware.nl/current.git
synced 2025-01-12 08:03:03 +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 -
|
||
|
|