Skip to content

Commit c836451

Browse files
committed
add .tarball-revision file for tarball so build system can work propertly
1 parent fac29f6 commit c836451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
include config/lang.am
2+
include config/project.am
23

3-
EXTRA_DIST = \
4+
@PACKAGE@_EXTRA_DIST = \
45
sipxpbx \
56
sipxivr \
67
stdprompts \
7-
config/revision-gen \
88
99

1010
prompts_SOURCE = $(shell find $(srcdir)/stdprompts -name '*.wav' -type f -printf '%P\n')

sipxlang-it.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
4141

4242
%files
4343
%defattr(644,root,root,755)
44-
%{_datadir}/www/doc/stdprompts_@LANG_ID@/*
44+
%{_datadir}/www/doc/stdprompts_it/*
4545
%{_datadir}/java/sipXecs/sipXconfig/plugins/*
4646
%{_datadir}/java/sipXecs/sipXivr/*
4747

0 commit comments

Comments
 (0)