Skip to content

Commit

Permalink
fix build for future merge (deletion of libdir mythtv/filters/*)
Browse files Browse the repository at this point in the history
  • Loading branch information
garybuhrmaster committed May 25, 2019
1 parent 471cb42 commit b499e54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MythTV/rpm/SPECS/mythtv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,10 @@ pushd mythtv
touch %{buildroot}%{_bindir}/mythexternrecorder
fi

# Add in dummy filters directory if not installed as future merge
# (from render branch) will be deleting filters directory
mkdir -p %{buildroot}%{_libdir}/mythtv/filters

# dir for backend, and starter config.xml
mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv/.mythtv
install -m 0644 contrib/config_files/config.xml \
Expand Down

0 comments on commit b499e54

Please sign in to comment.