Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[citadel.git] / webcit / buildpackages
index 7d2e2a2af0df54d1f7443b1fe129be123f42a0de..b160264ac72bbec27254661813bc1c670ce370f0 100755 (executable)
@@ -60,7 +60,7 @@ case $1 in
        ;;
     sourcedist)
        if test "$2" == "dfsg"; then
-           NONDFSG=-"-exclude static/icons/openid-small.gif"
+           NONDFSG=-"-exclude static/webcit_icons/openid-small.gif"
        fi
        cd ..; tar --exclude .svn --exclude "debian/*" $NONDFSG -cvhzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;