11 lines
179 B
Bash
11 lines
179 B
Bash
#!/bin/bash
|
|
|
|
# Paths for building FSFE website.
|
|
# FIXME: This does not apply to build.pl yet!
|
|
|
|
SOURCE=/home/www/fsfe
|
|
DEST=/home/www/html
|
|
TMP=/home/www/tmp.$$
|
|
STATUS=/var/www/web
|
|
|