]> git.corax.cc Git - toolbox-goodies/commit
Makefile: Remove `deb` rule and use `find` to set permissions stable
authorMatthias Kruk <m@m10k.eu>
Mon, 24 Jan 2022 03:01:31 +0000 (12:01 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 24 Jan 2022 03:01:31 +0000 (12:01 +0900)
commit7bf3bdff7c443e6e248ed95bd853026e49cee873
tree8c0b9d3dcd1ce8d172dca382374e860eca18212c
parent2393507ff8e9f5cc4ee3f2618f974770dc27b412
Makefile: Remove `deb` rule and use `find` to set permissions

The `deb` rule provided by the Makefile is not necessary for builds
using foundry and can be removed. Further, the Makefile does not use
`find` for setting permissions during installation, making changes
necessary when new modules are added.

This commit removes the `deb` rule from the Makefile and changes the
`install` rule to make use of `find` to set permissions on files and
directories.
Makefile