# HG changeset patch # User Pascal Bellard # Date 1250688668 -7200 # Node ID 0cf1315d5ed967d8d3f07735ff60010bb014ec79 # Parent ee8c515e6e41873b17e09319dcf725c1ff0642c2 mirror-tools/mkpkgiso: do not install lighttpd diff -r ee8c515e6e41 -r 0cf1315d5ed9 mirror-tools/stuff/usr/bin/mkpkgiso --- a/mirror-tools/stuff/usr/bin/mkpkgiso Wed Aug 19 12:03:31 2009 +0200 +++ b/mirror-tools/stuff/usr/bin/mkpkgiso Wed Aug 19 15:31:08 2009 +0200 @@ -186,14 +186,18 @@ case "$i" in --wok) cat >>$TEMP_DIR/install.sh< Wok (cooking) is in \$DIR/wok" +mkdir -p /home/slitaz +ln -s \$DIR/wok /home/slitaz +echo "=> Wok (cooking) is in /home/slitaz/wok" EOF if get_from_hg wok "wok (cooking)"; then echo "$SORT_DIR/wok -8000" >> $SORT_FILE fi;; --wok-stable) cat >>$TEMP_DIR/install.sh< Wok (stable) is in \$DIR/wok" +mkdir -p /home/slitaz +ln -s \$DIR/wok /home/slitaz +echo "=> Wok (stable) is in /home/slitaz/wok" EOF if get_from_hg wok-stable "wok (stable)"; then mv $TEMP_DIR/wok-stable $TEMP_DIR/wok @@ -205,12 +209,7 @@ echo "$(echo $SORT_DIR/packages/*/lighttpd-[0-9]*) -7100" >> $SORT_FILE echo "$(echo $SORT_DIR/packages/*/pcre-[0-9]*) -7100" >> $SORT_FILE cat >>$TEMP_DIR/install.sh< /dev/null 2>&1 - echo "=> slitaz web site installed in http://localhost/website" -fi +echo "=> slitaz web site installed in file:///mnt/website" EOF fi;; esac