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:
parent
33a647475d
commit
44c60e5ca7
@ -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}
|
||||
|
3
sub.in/stage1/scripts.d/01-clean-.empty-stage1
Executable file
3
sub.in/stage1/scripts.d/01-clean-.empty-stage1
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /.image/.empty
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /.image/.gitignore
|
0
sub.in/stage2/lib/.gitignore
vendored
0
sub.in/stage2/lib/.gitignore
vendored
3
sub.in/stage2/scripts.d/01-clean-.empty-stage2
Executable file
3
sub.in/stage2/scripts.d/01-clean-.empty-stage2
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /.image/.empty
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /.image/.gitignore
|
Loading…
x
Reference in New Issue
Block a user