public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] doinst recursive?
@ 2002-06-04 12:06 Marko Mikulicic
  2002-06-04 12:21 ` Dan Naumov
  0 siblings, 1 reply; 10+ messages in thread
From: Marko Mikulicic @ 2002-06-04 12:06 UTC (permalink / raw
  To: gentoo-dev

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



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

end of thread, other threads:[~2002-06-04 14:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 12:06 [gentoo-dev] doinst recursive? Marko Mikulicic
2002-06-04 12:21 ` 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

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