public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
To: isar-users@googlegroups.com
Subject: Re: [PATCH 1/1] bugfix: isar-exclude-docs delete man folders but some packages expect that folders
Date: Thu, 22 Sep 2022 23:31:27 +0200	[thread overview]
Message-ID: <CAJGKYO6CCt4de7SAuJ+ymEdC2LRoAwgJWGzDWHwdkHNimd1dEg@mail.gmail.com> (raw)
In-Reply-To: <CAJGKYO7pP-Xc_VV8-34QDxjRkZGJ=csS6OOuLEr8ARi3y3t_FQ@mail.gmail.com>

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

Il giorno gio 22 set 2022 alle ore 22:36 Roberto A. Foglietta <
roberto.foglietta@gmail.com> ha scritto:
>
> Hi all,
>
> bugfix: isar-exclude-docs delete man folders but some packages expect
that folders.
> solution: adopts the same approach used for the doc folder.
>
>
https://github.com/robang74/isar/commit/c656e6df63aa76701e34d7ee3f99c81e96312b9d

bugfix: isar-exclude-docs delete man folders but some packages expect that
folders, p2
Instead of using "-type f", it is better to use "! -type d" in order to
remove also the links

find /usr/share/man/ ! -type d -exec rm -rf {} \;

https://github.com/robang74/isar/commit/7af338b06c142eb7a60a881aaf5a9870e375c1c2

Bests, R-

[-- Attachment #2: Type: text/html, Size: 1059 bytes --]

  reply	other threads:[~2022-09-22 21:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 20:36 Roberto A. Foglietta
2022-09-22 21:31 ` Roberto A. Foglietta [this message]
2022-09-23 12:01   ` Henning Schild
2022-09-23 14:18     ` Roberto A. Foglietta
2022-09-23 14:39       ` Henning Schild
2022-09-23  8:06 ` Moessbauer, Felix
2022-09-23  9:31   ` Roberto A. Foglietta
2022-09-23 11:18     ` Henning Schild
2022-09-23  8:57 ` Henning Schild
2022-09-23  9:25   ` Henning Schild

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJGKYO6CCt4de7SAuJ+ymEdC2LRoAwgJWGzDWHwdkHNimd1dEg@mail.gmail.com \
    --to=roberto.foglietta@gmail.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox