You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I mentioned over at LQ, I am still having the noarch being ignored by slackrepo. But I think that I've narrowed it down to when it gets ignored is if the SlackBuild has noarch defined like:
ARCH=${ARCH:-noarch}
This is even happening when I make a hint file and it only has "ARCH=noarch" in it.
So technically the problem is resolved on my end, I just redefined my build scripts to ARCH=noarch. But there are a handful or two SlackBuilds on SBo that have noarch defined that way.
The text was updated successfully, but these errors were encountered:
As I mentioned over at LQ, I am still having the noarch being ignored by slackrepo. But I think that I've narrowed it down to when it gets ignored is if the SlackBuild has noarch defined like:
ARCH=${ARCH:-noarch}
This is even happening when I make a hint file and it only has "ARCH=noarch" in it.
So technically the problem is resolved on my end, I just redefined my build scripts to ARCH=noarch. But there are a handful or two SlackBuilds on SBo that have noarch defined that way.
The text was updated successfully, but these errors were encountered: