Fixed a couple small errors in the Linux packaging config

This commit is contained in:
Gregory Ballantine 2022-09-01 15:30:23 -04:00
parent e14795c493
commit 5f9a2829f0

View File

@ -15,7 +15,7 @@ shellexpand = "2.1"
[package.metadata.deb] [package.metadata.deb]
license-file = "LICENSE" license-file = "LICENSE"
maintainer-scripts = "build/debian/scripts" maintainer-scripts = "build/scripts"
depends = "ffmpeg (>= 4)" depends = "ffmpeg (>= 4)"
section = "video" section = "video"
assets = [ assets = [
@ -35,6 +35,6 @@ assets = [
{ source = "build/etc/example.toml", dest = "/etc/adept/example.toml", mode = "755"}, { source = "build/etc/example.toml", dest = "/etc/adept/example.toml", mode = "755"},
{ source = "README.md", dest = "/usr/share/doc/adept/README", mode = "644"} { source = "README.md", dest = "/usr/share/doc/adept/README", mode = "644"}
] ]
post_install_script = "build/script/postinst" post_install_script = "build/scripts/postinst"
[package.metadata.generate-rpm.requires] [package.metadata.generate-rpm.requires]
ffmpeg = ">= 4" ffmpeg = ">= 4"