blob: 016b64f2e96c660df8912989d5707f6044829477 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001--- opensaf-4.5.0.orig/Makefile.am 2014-12-31 14:45:54.088797989 +0800
2+++ opensaf-4.5.0/Makefile.am 2014-12-31 14:45:08.328796688 +0800
3@@ -219,7 +219,7 @@ install-data-local:
4 $(mkinstalldirs) $(DESTDIR)$(pkgpiddir)
5 $(mkinstalldirs) $(DESTDIR)$(lockdir)
6 $(mkinstalldirs) $(DESTDIR)$(pkglocalstatedir)
7- cp -R samples/ $(DESTDIR)$(pkgdatadir)
8+ cp -R $(srcdir)/samples/ $(DESTDIR)$(pkgdatadir)
9
10 install-data-hook:
11 @for i in $$(grep -lr -e 'xxLIBDIRxx' -e 'xxLOGDIRxx' -e 'xxCLCCLIDIRxx' $(DESTDIR)$(pkgimmxml_svcdir)/*.xml) ; do \