-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(main/seanime): web-ui issue #21494
Conversation
@@ -20,7 +20,6 @@ termux_step_host_build() { | |||
} | |||
|
|||
termux_step_pre_configure() { | |||
mkdir $TERMUX_PKG_SRCDIR/web |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No mkdir $TERMUX_PKG_SRCDIR/web
then no issue to copy all files **
instead it'll copy whole folder
|
@5rahim don't be mad but removing the line I tested the .deb and seanime is working fine in Android now |
@@ -20,7 +20,6 @@ termux_step_host_build() { | |||
} | |||
|
|||
termux_step_pre_configure() { | |||
mkdir $TERMUX_PKG_SRCDIR/web | |||
cp -r $TERMUX_PKG_HOSTBUILD_DIR/seanime-web/out $TERMUX_PKG_SRCDIR/web/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cp -r $TERMUX_PKG_HOSTBUILD_DIR/seanime-web/out $TERMUX_PKG_SRCDIR/web/ | |
mkdir -p $TERMUX_PKG_SRCDIR/web | |
cp -r $TERMUX_PKG_HOSTBUILD_DIR/seanime-web/out/* $TERMUX_PKG_SRCDIR/web/ |
I'll merge this now. |
closes: #21458