pulseaudio: simplify and rework Makefile
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 29 Oct 2022 21:37:09 +0000 (23:37 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 1 Nov 2022 14:15:22 +0000 (07:15 -0700)
commit60ac7dd751240fa096a85794023b18f26a8317da
tree48105356fa421b76b22c6a138001165db0f78d9d
parentc2a270eb7a7ed11278b05bb628b4e2d8dd312dc0
pulseaudio: simplify and rework Makefile

There were two conffiles sections and both of them were same, but for
different variants. We can have just one conffile section and use it also
for the other variant.

The same applies for the install section for different variants.
- We have two install sections, but we call the first one with the same
  files and then add something more for the second variant.

- While at it to make it easier, let's change those three rows for
  copying packages into the single one to make sure that I did not miss
anything. Also, we create a directory first and then move files.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
sound/pulseaudio/Makefile