mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
The files in overlay/ should be copied after the package has been installed. Change-Id: Id8b8f32463fd81d7240dcd258032f75ff4b06507 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
4 lines
33 B
Bash
Executable File
4 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -a /overlay/* /
|