various corrections to permit succesfull builds

This commit is contained in:
2016-05-15 22:28:59 +01:00
parent 372944dc81
commit b7072dd538
15 changed files with 201 additions and 36 deletions

View File

@@ -1,2 +1,2 @@
backintime: base sshd cron
backintime: base compile cron
$(call script,$@)

2
build/make/ffmpeg.mk Normal file
View File

@@ -0,0 +1,2 @@
ffmpeg:
$(call script,ffmpeg)

View File

@@ -1,5 +1,4 @@
headphones: base encoders
$(call script,ffmpeg)
headphones: base encoders ffmpeg
$(call script,$@)
$(call boot,02,$@)
$(call runit,$@)

View File

@@ -1,5 +1,5 @@
jekyll:
sed -i "s,\(FROM\s*\).*,\1grahamc/jekyll:latest\nUSER root," ${FILE}
$(call file,Gemfile)
$(call aux,Gemfile)
echo 'RUN bundler' >> ${FILE}
echo 'ENTRYPOINT ["jekyll"]' >> ${FILE}

View File

@@ -1,4 +1,4 @@
kodi: base encoders
$(call file,headless.patch)
kodi: base encoders ffmpeg
$(call aux,headless.patch)
$(call script,$@)
$(call runit,$@)