[PATCH 2/2] gnu: senpai: Remove redundant mkdir-p calls.

  • Done
  • quality assurance status badge
Details
One participant
  • Luis Guilherme Coelho
Owner
unassigned
Submitted by
Luis Guilherme Coelho
Severity
normal

Debbugs page

L
L
Luis Guilherme Coelho wrote on 9 Mar 09:11 -0700
(address . guix-patches@gnu.org)(name . Luis Guilherme Coelho)(address . lgcoelho@disroot.org)
03f6bea456e6cd8303ad69df74b25bacac758f8d.1741536706.git.lgcoelho@disroot.org
* gnu/packages/messaging.scm (senpai)[arguments]<#:phases>:
{install-doc}: Remove unecessary mkdir-p calls.

Change-Id: I819561888579e86fc9f8e534d54fb79240fe2f09
---
gnu/packages/messaging.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index a19673a463..04dd0afbc8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3713,16 +3713,12 @@ (define-public senpai
"-C" (string-append "src/" unpack-path))))
(add-after 'install 'install-doc
(lambda* (#:key unpack-path #:allow-other-keys)
- (let ((man1 (string-append #$output "/share/man/man1"))
- (man5 (string-append #$output "/share/man/man5")))
- (mkdir-p man1)
- (mkdir-p man5)
- (install-file
- (string-append "src/" unpack-path "/doc/senpai.1")
- man1)
- (install-file
- (string-append "src/" unpack-path "/doc/senpai.5")
- man5))))
+ (install-file
+ (string-append "src/" unpack-path "/doc/senpai.1")
+ (string-append #$output "/share/man/man1"))
+ (install-file
+ (string-append "src/" unpack-path "/doc/senpai.5")
+ (string-append #$output "/share/man/man5"))))
(add-after 'install 'install-desktop-file
(lambda* (#:key unpack-path #:allow-other-keys)
(install-file
--
2.48.1
L
L
Luis Guilherme Coelho wrote on 9 Mar 09:21 -0700
(address . control@debbugs.gnu.org)
D8BVGFWR303D.10SXHVW5D93SR@disroot.org
close 76893
close 76894
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76894@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76894
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch