fix(debian): changed path of design-demo
This commit is contained in:
parent
c2d62bad52
commit
4cebdff217
1 changed files with 3 additions and 3 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
|
@ -10,14 +10,14 @@ override_dh_auto_clean:
|
|||
if ! ischroot && test "${VENDOR}" = "1"; then \
|
||||
rm -rf .cargo vendor vendor.tar; \
|
||||
mkdir -p .cargo; \
|
||||
cargo vendor --sync design-demo/Cargo.toml | head -n -1 > .cargo/config; \
|
||||
cargo vendor --sync examples/design-demo/Cargo.toml | head -n -1 > .cargo/config; \
|
||||
echo 'directory = "vendor"' >> .cargo/config; \
|
||||
tar pcf vendor.tar vendor; \
|
||||
rm -rf vendor; \
|
||||
fi
|
||||
|
||||
override_dh_auto_build:
|
||||
just --unstable --working-directory . --justfile design-demo/justfile build-vendored
|
||||
just --unstable --working-directory . --justfile examples/design-demo/justfile build-vendored
|
||||
|
||||
override_dh_auto_install:
|
||||
just --unstable --working-directory . --justfile design-demo/justfile rootdir=$(DESTDIR) install
|
||||
just --unstable --working-directory . --justfile examples/design-demo/justfile rootdir=$(DESTDIR) install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue