sorry, i was wrong:
>
> and in addition:
> - change directory to your generated *.deb files and execute the following
> commands as root:
>
> PACKAGE_DIR=/var/www/openthinclient/manager-contrib
> cp *.deb *.changelog "$PACKAGE_DIR"
> dpkg-scanpackages "$PACKAGE_DIR" /dev/null | gzip > "$PACKAGE_DIR/Packages.gz"
> 
should be:

PACKAGE_DIR=/var/www/openthinclient/manager-contrib
cp *.deb *.changelog "$PACKAGE_DIR"
cd "$PACKAGE_DIR" && dpkg-scanpackages . /dev/null | gzip > Packages.gz

best regards,
martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
The Open Source Thin Client Solution http://openthinclient.org
[email protected]
https://lists.sourceforge.net/lists/listinfo/openthinclient-user

Reply via email to