mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Hacked the build system to make the PyPAD module install correctly on Debian-ish systems. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
9
debian/rules
vendored
9
debian/rules
vendored
@@ -100,11 +100,10 @@ binary:
|
||||
# rivendell-pypad
|
||||
#
|
||||
mkdir -p debian/rivendell-pypad/usr/lib/rivendell/pypad
|
||||
cp -a apis/pypad/scripts/pypad* debian/rivendell-pypad/usr/lib/rivendell/pypad/
|
||||
mkdir -p debian/rivendell-pypad/usr/lib/python3.8/pypad
|
||||
mv debian/tmp/usr/lib/python3.8/site-packages/pypad.py debian/rivendell-pypad/usr/lib/python3.8/pypad/
|
||||
mv debian/tmp/usr/lib/python3.8/site-packages/__pycache__ debian/rivendell-pypad/usr/lib/python3.8/pypad/
|
||||
rmdir debian/tmp/usr/lib/python3.8/site-packages
|
||||
mv debian/tmp/usr/lib/rivendell/pypad/* debian/rivendell-pypad/usr/lib/rivendell/pypad/
|
||||
mkdir -p debian/rivendell-pypad/usr/lib/python3/dist-packages/__pycache__
|
||||
mv debian/tmp/usr/lib/python3/dist-packages/pypad.py debian/rivendell-pypad/usr/lib/python3/dist-packages/
|
||||
mv debian/tmp/usr/lib/python3/dist-packages/__pycache__/* debian/rivendell-pypad/usr/lib/python3/dist-packages/__pycache__/
|
||||
|
||||
#
|
||||
# rivendell-select
|
||||
|
||||
Reference in New Issue
Block a user