mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-27 11:42:05 +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 -f debian/control
|
||||
debcargo package \
|
||||
--config debian/debcargo.toml \
|
||||
--changelog-ready \
|
||||
--no-overlay-write-back \
|
||||
--directory $(BUILDDIR_TMP) \
|
||||
$(PACKAGE) \
|
||||
$(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
|
||||
--config debian/debcargo.toml \
|
||||
--changelog-ready \
|
||||
--no-overlay-write-back \
|
||||
--directory $(BUILDDIR_TMP) \
|
||||
$(PACKAGE) \
|
||||
$(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
|
||||
cp $(BUILDDIR_TMP)/debian/control debian/control
|
||||
rm -f $(BUILDDIR_TMP)/Cargo.lock
|
||||
find $(BUILDDIR_TMP)/debian -name "*.hint" -delete
|
||||
|
Loading…
Reference in New Issue
Block a user