update module
This commit is contained in:
parent
2c095ff8c0
commit
b2890353c1
3 changed files with 74 additions and 56 deletions
|
|
@ -30,7 +30,7 @@
|
|||
installPhase = ''
|
||||
install -Dm755 ${./fragify.py} $out/bin/fragify
|
||||
mkdir -p $out/share/fragify
|
||||
cp -r ${./templates} $out/share/fragify/
|
||||
cp -r ${./templates} $out/share/fragify/templates
|
||||
# Provide a WSGI entry file for uWSGI to load
|
||||
install -Dm644 ${./fragify.py} $out/share/fragify/fragify_wsgi.py
|
||||
# Install built assets if present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue