Re: installing a dir

2004-10-01 Thread Alexandre Duret-Lutz
>>> "Alien" == Alien <[EMAIL PROTECTED]> writes: Alien> I have a data directory (that comes from a tar.bz2 datapackage, it's not in Alien> CVS) and i want to install it and let it be in dist too Right now you cannot do this with _DATA. This is PR/383. There are at least two workarounds: 1

installing a dir

2004-09-30 Thread Alien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a data directory (that comes from a tar.bz2 datapackage, it's not in CVS) and i want to install it and let it be in dist too, so i tried: SUBDIRS = src etc oriondir = $(pkgdatadir) nobase_dist_orion_DATA = data EXTRA_DIST = oriongame.spec but