mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-29 15:24:45 +00:00
buildsys: indent continued command
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
606eac1db7
commit
68064f65bc
12
Makefile
12
Makefile
@ -26,12 +26,12 @@ build:
|
|||||||
rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
|
rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
|
||||||
rm -f debian/control
|
rm -f debian/control
|
||||||
debcargo package \
|
debcargo package \
|
||||||
--config debian/debcargo.toml \
|
--config debian/debcargo.toml \
|
||||||
--changelog-ready \
|
--changelog-ready \
|
||||||
--no-overlay-write-back \
|
--no-overlay-write-back \
|
||||||
--directory $(BUILDDIR_TMP) \
|
--directory $(BUILDDIR_TMP) \
|
||||||
$(PACKAGE) \
|
$(PACKAGE) \
|
||||||
$(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
|
$(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
|
||||||
cp $(BUILDDIR_TMP)/debian/control debian/control
|
cp $(BUILDDIR_TMP)/debian/control debian/control
|
||||||
rm -f $(BUILDDIR_TMP)/Cargo.lock
|
rm -f $(BUILDDIR_TMP)/Cargo.lock
|
||||||
find $(BUILDDIR_TMP)/debian -name "*.hint" -delete
|
find $(BUILDDIR_TMP)/debian -name "*.hint" -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user