Ticket #188 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

services-type still created in /usr/share

Reported by: jpr Owned by: lennart
Milestone: Component: service-type-database
Keywords: Cc:

Description

services-type still created in /usr/share because of a stray pkgdata_DATA item. Patch should be as follows:

Index: service-type-database/Makefile.am =================================================================== --- service-type-database/Makefile.am.orig +++ service-type-database/Makefile.am @@ -19,7 +19,6 @@

EXTRA_DIST=build-db.in service-types

-pkgdata_DATA=service-types

pkglib_DATA=

if HAVE_PYTHON

Change History

Changed 4 years ago by lennart

  • status changed from new to closed
  • resolution set to invalid

Hmm? the service type data base in text form should still be available in /usr/share because it is not arch dependant. It is only the gdbm version of it that needed to be moved to /usr/lib because it is arch dependant.

Closing this now. Feel free to reopen if I misunderstood you.

Note: See TracTickets for help on using tickets.