Remove this line that I don't like
This commit is contained in:
parent
aae7cebfc5
commit
0f8189601b
|
@ -437,8 +437,6 @@ override_dh_auto_clean:
|
||||||
dh $@
|
dh $@
|
||||||
```
|
```
|
||||||
|
|
||||||
It really is that easy for 95% of programs!
|
|
||||||
|
|
||||||
## Installing files manually with `install`
|
## Installing files manually with `install`
|
||||||
|
|
||||||
Sometimes, and in fact quite often, you will have some static files that will need to be manually installed into the package, i.e. that your build process doesn't take care of automatically. For example, if you had a systemd service unit file called `myprogram.service` that needs to be installed.
|
Sometimes, and in fact quite often, you will have some static files that will need to be manually installed into the package, i.e. that your build process doesn't take care of automatically. For example, if you had a systemd service unit file called `myprogram.service` that needs to be installed.
|
||||||
|
|
Loading…
Reference in New Issue