Bug 3789 - install does not create $(DESTDIR)/$(pkgdatadir)
Summary: install does not create $(DESTDIR)/$(pkgdatadir)
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-12-22 21:15 UTC by Stepan Kasal
Modified: 2006-12-22 21:15 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Kasal 2006-12-22 21:15:55 UTC
make install in frysk-core and frysk-gui does not create the dir (usually
/usr/local/share/frysk).

Automake would do this if the install-*-local target were replaced by the
variable nobase_dist_pkgdata_DATA.
If maintaining the variable manually were not suitable, Makefile.gen.sh could be
adapted to maintain it.
I'd be happy to implement this solution, if it is acceptable.