mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 18:22:13 +00:00
Full path must be used.
This commit is contained in:
@@ -194,7 +194,7 @@ if test "${mode_install}${mode_overlay}"; then
|
||||
mkdir -p "$destdir/etc/onl"
|
||||
|
||||
for thing in /etc/onl/*; do
|
||||
if test $thing != "sysconfig"; then
|
||||
if test $thing != "/etc/onl/sysconfig"; then
|
||||
cp -R $thing "$destdir/etc/onl/."
|
||||
fi
|
||||
done
|
||||
@@ -209,7 +209,7 @@ if test "$mode_record"; then
|
||||
vdestdir="$destdir/etc/onl/upgrade/swi"
|
||||
else
|
||||
vdestdir="$destdir/etc/onl/rootfs"
|
||||
fi
|
||||
fi
|
||||
|
||||
# If there are SWI version file(s) put them in /etc/onl
|
||||
if test ! -f "$vdestdir/version"; then
|
||||
|
||||
Reference in New Issue
Block a user