Build bug fix
This commit is contained in:
6
build.sh
6
build.sh
@@ -10,8 +10,8 @@ chmod 0644 etc/systemd/system/webhookd.service
|
||||
|
||||
# Package
|
||||
mkdir -p ${name}_${version}_all/{DEBIAN,etc/systemd/system,usr/local/bin};
|
||||
mv DEBIAN ${name}_${version}_all/;
|
||||
mv etc ${name}_${version}_all/;
|
||||
mv usr ${name}_${version}_all/;
|
||||
cp -r DEBIAN ${name}_${version}_all/;
|
||||
cp -r etc ${name}_${version}_all/;
|
||||
cp -r usr ${name}_${version}_all/;
|
||||
|
||||
dpkg-deb --build --root-owner-group ${name}_${version}_all
|
||||
Reference in New Issue
Block a user