install GUI index file

This commit is contained in:
Dietmar Maurer
2018-12-01 11:19:46 +01:00
parent 7eef9426e0
commit ebc9a69215
3 changed files with 39 additions and 1 deletions

View File

@ -12,7 +12,7 @@ deb:
rm -rf build
# build here to cache results
cargo build --release
rsync -a debian Cargo.lock Cargo.toml src target build
rsync -a debian Cargo.lock Cargo.toml src www target build
cd build; dpkg-buildpackage -b -us -uc