]> git.proxmox.com Git - pve-qemu.git/commitdiff
d/rules: fix comment about when clean target is executed
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 19 May 2023 12:31:30 +0000 (14:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 13:51:16 +0000 (15:51 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index aff0bdd073a0b0c882b4c7536c0c10167e0a7bac..26a647bb1fa863df2fe90936cec84f932760cb4c 100755 (executable)
@@ -114,7 +114,7 @@ clean:
        dh_testroot
        rm -f build-stamp
 
-       # Add here commands to clean up after the build process.
+       # Add here commands to clean up before the build process.
        -$(MAKE) distclean
 
        dh_clean