build: initial stab at packaging
This commit is contained in:
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --no-parallel --verbose
|
||||
|
||||
override_dh_auto_build:
|
||||
npm install
|
||||
npm run build-bundle
|
||||
|
||||
override_dh_auto_install:
|
||||
install -d debian/bbb-plugin-template/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-template
|
||||
cp -r dist/* debian/bbb-plugin-template/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-template
|
||||
Reference in New Issue
Block a user