Skip to content

Commit

Permalink
将cowsay软件包放在entertainment分组
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Dec 20, 2021
1 parent 59406a8 commit 2e74967
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ source "$PKGS_DIR/packages/misc/crclib/Kconfig"
source "$PKGS_DIR/packages/misc/lwgps/Kconfig"
source "$PKGS_DIR/packages/misc/state_machine/Kconfig"
source "$PKGS_DIR/packages/misc/mcurses/Kconfig"
source "$PKGS_DIR/packages/misc/cowsay/Kconfig"
source "$PKGS_DIR/packages/misc/termbox/Kconfig"

endmenu
1 change: 1 addition & 0 deletions misc/entertainment/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ source "$PKGS_DIR/packages/misc/entertainment/c2048/Kconfig"
source "$PKGS_DIR/packages/misc/entertainment/snake/Kconfig"
source "$PKGS_DIR/packages/misc/entertainment/tetris/Kconfig"
source "$PKGS_DIR/packages/misc/entertainment/donut/Kconfig"
source "$PKGS_DIR/packages/misc/entertainment/cowsay/Kconfig"

endmenu
2 changes: 1 addition & 1 deletion misc/cowsay/Kconfig → misc/entertainment/cowsay/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if PKG_USING_COWSAY

config PKG_COWSAY_PATH
string
default "/packages/misc/cowsay"
default "/packages/misc/entertainment/cowsay"

choice
prompt "Version"
Expand Down
File renamed without changes.

0 comments on commit 2e74967

Please sign in to comment.