Project

General

Profile

Actions

Bug #1166

closed

"Make install" cannot stat `data/dvb-scan/*'

Added by Rene Herbrich over 12 years ago. Updated over 12 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-26
Due date:
% Done:

100%

Estimated time:
Found in version:
08434b14f1
Affected Versions:

Description

DS112j> make install
install -D ./build.linux/tvheadend /opt/tvheadend/testbuild/bin/tvheadend
install -D man/tvheadend.1 /opt/tvheadend/testbuild/share/man/tvheadend.1
for bundle in docs/html docs/docresources src/webui/static data/conf data/dvb-scan; do \
        mkdir -p /opt/tvheadend/testbuild/share/tvheadend/$bundle ;\
        cp -r $bundle/*  /opt/tvheadend/testbuild/share/tvheadend/$bundle ;\
done
cp: cannot stat `data/dvb-scan/*': No such file or directory
make: *** [install] Error 1

folder data does not contain a folder called "dvb-scan"


Files

t.patch (924 Bytes) t.patch Adam Sutton, 2012-09-01 20:16
Actions

Also available in: Atom PDF