Skip to content

Commit 884da71

Browse files
authored
Merge pull request #334 from WebPlatformForEmbedded/dev/fix-ignition-path
Fix the default ignition install path
2 parents 34a3bed + 224bba4 commit 884da71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/amazon-ignition/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ config BR2_PACKAGE_AMAZON_IGNITION_BUILD_TESTS
5050

5151
config BR2_PACKAGE_AMAZON_IGNITION_IG_INSTALL_PATH
5252
string "install path"
53-
default "/usr/share/ignition"
53+
default "/usr/share/ignition/"
5454
endmenu
5555
endif

0 commit comments

Comments
 (0)