public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2] meta/classes/debianize: Create debian folder if source does not contain one
@ 2021-10-05 12:51 Michael Ebel
  2021-10-06  8:10 ` Henning Schild
  2021-10-15 15:42 ` Anton Mikanovich
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Ebel @ 2021-10-05 12:51 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 821 bytes --]

Changes since v1: 
- Removed unnecessary comment
- Removed unnecessary condition
- Changed commit message to reflect the purpose more clearly

From: Michael Ebel <mebel@christ-es.de>

meta/classes/debianize: Make sure debian folder exists

Signed-off-by: Michael Ebel <mebel@christ-es.de>
---
 meta/classes/debianize.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/debianize.bbclass b/meta/classes/debianize.bbclass
index 4486778..aa13b28 100644
--- a/meta/classes/debianize.bbclass
+++ b/meta/classes/debianize.bbclass
@@ -88,6 +88,8 @@ EOF
 }
 
 deb_debianize() {
+    install -m 755 -d ${S}/debian
+
     # create the compat-file if there is no file with that name in WORKDIR
     if [ -f ${WORKDIR}/compat ]; then
         install -v -m 644 ${WORKDIR}/compat ${S}/debian/compat
-- 
2.25.1


[-- Attachment #1.2: Type: text/html, Size: 1088 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-15 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 12:51 [PATCH v2] meta/classes/debianize: Create debian folder if source does not contain one Michael Ebel
2021-10-06  8:10 ` Henning Schild
2021-10-15 15:42 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox