>>> "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
-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