rename empty .gitignore to .empty

When building the rpm package .gitignore is deleted. These files
are necessary in order for saved profiles when building the image
from git repository and from installed rpm package have been
identical.
This commit is contained in:
Anton Midyukov 2022-01-14 16:32:28 +07:00
parent 33a647475d
commit 44c60e5ca7
15 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
# TODO: invent some way to remove this inter-subprofile thing
rm -vf $WORKDIR/{squashcfg.mk,initfs,.gitignore}
rm -vf $WORKDIR/{squashcfg.mk,initfs,.gitignore,.empty}

View File

@ -0,0 +1,3 @@
#!/bin/sh
rm -f /.image/.empty

View File

@ -1,3 +0,0 @@
#!/bin/sh
rm -f /.image/.gitignore

View File

View File

@ -0,0 +1,3 @@
#!/bin/sh
rm -f /.image/.empty

View File

@ -1,3 +0,0 @@
#!/bin/sh
rm -f /.image/.gitignore