public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Marko Mikulicic <marko@seul.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] doinst recursive?
Date: Tue, 04 Jun 2002 14:06:27 +0200	[thread overview]
Message-ID: <3CFCAD43.1020300@seul.org> (raw)

Hello,

I'm new to gentoo. I want just to say that it is great!

However I have a problem installing acroread-5.05 in gentoo 1.2.

I have already written a simple ebuild file for a package; I know
already the basics for writing packages, but I was unable to find
an extensive reference of commands (doins, dodir etc).

  When merge acroread-5.05-r3 I get /opt/Acrobat5/ withoud the necessary 
subdirectories.

The subdirectories are not copied in the install phase:

doins: warning, skipping directory Browsers/intellinux
doins: warning, skipping directory Reader/help
doins: warning, skipping directory Reader/intellinux
doins: warning, skipping directory Reader/res

the code is:

   for i in Browsers Reader Resource
         do
                 insinto ${INSTALLDIR}
                 doins ${i}/*
         done

I don't understand why it doesn't work on gentoo-1.2 while it works on a 
gentoo-1.1a.

Thanks in advance.

Marko Mikulicic



             reply	other threads:[~2002-06-04 12:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-04 12:06 Marko Mikulicic [this message]
2002-06-04 12:21 ` [gentoo-dev] doinst recursive? Dan Naumov
2002-06-04 12:42   ` Marko Mikulicic
2002-06-04 13:08     ` Paul de Vrieze
2002-06-04 13:45       ` Marko Mikulicic
2002-06-04 14:00         ` Dan Naumov
2002-06-04 14:16           ` Marko Mikulicic
2002-06-04 14:22             ` Grant Goodyear
2002-06-04 14:41               ` Marko Mikulicic
2002-06-04 14:46                 ` Marko Mikulicic

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=3CFCAD43.1020300@seul.org \
    --to=marko@seul.org \
    --cc=gentoo-dev@gentoo.org \
    /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