freetdm: add package
[feed/telephony.git] / libs / freetdm / patches / 300-install-missing_dir.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -284,6 +284,7 @@ dox doxygen:
4 install-data-local:
5 $(mkinstalldirs) $(DESTDIR)$(prefix)
6 $(mkinstalldirs) $(DESTDIR)@confdir@
7 + $(mkinstalldirs) $(DESTDIR)@fsconfdir@/autoload_configs
8 @[ -f "$(DESTDIR)@confdir@/freetdm.conf" ] || ( cp conf/*.conf $(DESTDIR)@confdir@)
9 @[ -f "$(DESTDIR)@fsconfdir@/autoload_configs/freetdm.conf.xml" ] || ( cp -f conf/freetdm.conf.xml $(DESTDIR)@fsconfdir@/autoload_configs)
10 @echo FreeTDM Installed