various corrections to permit succesfull builds
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
backintime: base sshd cron
|
||||
backintime: base compile cron
|
||||
$(call script,$@)
|
||||
|
||||
2
build/make/ffmpeg.mk
Normal file
2
build/make/ffmpeg.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
ffmpeg:
|
||||
$(call script,ffmpeg)
|
||||
@@ -1,5 +1,4 @@
|
||||
headphones: base encoders
|
||||
$(call script,ffmpeg)
|
||||
headphones: base encoders ffmpeg
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
@@ -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}
|
||||
@@ -1,4 +1,4 @@
|
||||
kodi: base encoders
|
||||
$(call file,headless.patch)
|
||||
kodi: base encoders ffmpeg
|
||||
$(call aux,headless.patch)
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
Reference in New Issue
Block a user