2
0
Fork 0

Fix packdist.sh to detect source directory

This commit is contained in:
Stefan Bühler 2010-08-25 18:22:39 +02:00
parent 1c3d3c287f
commit feebc556d1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# only builds snapshots for now
# tarball name contains date and git short id
SRCTEST=src/main/lighttpd.c
SRCTEST=src/main/lighttpd_worker.c
PACKAGE=lighttpd
REV=${REV}
BASEDOWNLOADURL="http://download.lighttpd.net/lighttpd/snapshots-2.0.x"