just build it

This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 18:40:36 +05:00
parent ef6fe370e5
commit fd08c24e4a
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -141,8 +141,11 @@ mkdir -p podman-deb/usr/bin
cp -v build/bin/conmon podman-deb/usr/bin/
## ofc the permission
#chmod 755 podman-deb/usr/local/bin/*
chmod 755 podman-deb/usr/local/bin/*
chmod 755 podman-deb/usr/bin/*
## Finally build the .deb
dpkg-deb --build podman-deb build