Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix: create /etc/target{,/backup} dirs
@ 2021-03-15 15:01 jirib
  2021-03-15 15:03 ` [PR REVIEW] " ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jirib @ 2021-03-15 15:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

There is a new pull request by jirib against master on the void-packages repository

https://github.com/jirib/void-packages targetcli-fb
https://github.com/void-linux/void-packages/pull/29487

Fix: create /etc/target{,/backup} dirs
Solves #29486.

A patch file from https://github.com/void-linux/void-packages/pull/29487.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-targetcli-fb-29487.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]

From 572a8d3632751c5180a0e10b63c1b90a4002ab86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20B=C4=9Blka?= <jirib79@gmail.com>
Date: Mon, 15 Mar 2021 16:00:22 +0100
Subject: [PATCH] Fix: create /etc/target{,/backup} dirs

---
 srcpkgs/targetcli-fb/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 70ff44b77c15..3212f96f7e3f 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
@@ -12,3 +12,6 @@ license="Apache-2.0"
 homepage="https://github.com/open-iscsi/targetcli-fb"
 distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
 checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
+make_dirs="
+	/etc/target 0755 root root
+	/etc/target/backup 0755 root root"

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

end of thread, other threads:[~2021-03-15 16:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 15:01 [PR PATCH] Fix: create /etc/target{,/backup} dirs jirib
2021-03-15 15:03 ` [PR REVIEW] " ericonr
2021-03-15 15:09 ` [PR PATCH] [Updated] " jirib
2021-03-15 15:09 ` [PR REVIEW] " jirib
2021-03-15 15:17 ` jirib
2021-03-15 15:18 ` [PR PATCH] [Updated] " jirib
2021-03-15 16:44 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).