1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

add EQDefaultCurves.xml to linux install

This commit is contained in:
mchinen 2011-01-11 02:34:04 +00:00
parent ce5103b8df
commit ad612d1ac7

View File

@ -49,6 +49,9 @@ install: audacity $(EXTRAINSTALLTARGETS)
$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/plug-ins
$(INSTALL) -m 644 plug-ins/*.ny $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/plug-ins
# install resources that use wxStandardPaths::GetResourceDir()
$(INSTALL) -m 644 presets/EQDefaultCurves.xml $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/EQDefaultCurves.xml
# install locales
$(MAKE) -C locale install