Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 usbimager (1.0.10-1) UNRELEASED; urgency=medium
 .
   * Initial release. (Closes: #nnnn)  <nnnn is the bug number of your ITP>
Author: mandrake <mandrake@debian>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2026-07-09

--- usbimager-1.0.10.orig/src/Makefile
+++ usbimager-1.0.10/src/Makefile
@@ -206,7 +206,7 @@ endif
 ####### install and package creation #######
 
 install: $(TARGET)
-	@mkdir $(INSTDIR)/bin $(INSTDIR)/share $(INSTDIR)/share/applications $(INSTDIR)/share/man $(INSTDIR)/share/man/man8 $(INSTDIR)/share/icons $(INSTDIR)/share/icons/hicolor $(INSTDIR)/share/icons/hicolor/16x16 $(INSTDIR)/share/icons/hicolor/16x16/apps $(INSTDIR)/share/icons/hicolor/32x32 $(INSTDIR)/share/icons/hicolor/32x32/apps $(INSTDIR)/share/icons/hicolor/64x64 $(INSTDIR)/share/icons/hicolor/64x64/apps $(INSTDIR)/share/icons/hicolor/128x128 $(INSTDIR)/share/icons/hicolor/128x128/apps 2>/dev/null || true
+	@mkdir -p $(INSTDIR)/bin \		$(INSTDIR)/share/applications \		$(INSTDIR)/share/man/man8 \		$(INSTDIR)/share/icons/hicolor/16x16/apps \		$(INSTDIR)/share/icons/hicolor/32x32/apps \		$(INSTDIR)/share/icons/hicolor/64x64/apps \		$(INSTDIR)/share/icons/hicolor/128x128/apps 2>/dev/null || true
 ifneq ($(GRP),)
 	install -m 2755 -g $(GRP) $(TARGET) $(INSTDIR)/bin
 else
