-
Notifications
You must be signed in to change notification settings - Fork 609
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
aur/qcontrol added #741
aur/qcontrol added #741
Conversation
|
If this only applies to the QNAP, it should only be built for v5. In which case a 'buildarch=2' should be added to the top of the PKGBUILD. |
|
It applies to v7 - on Synology devices - and x86. The only arch I'm unsure is needed is v6, but chose to leave it just in case. |
|
What v7 devices does it apply to? And how does it apply to the RPi? |
|
v7 wise, there is the Synology DS414 (Armada XP), for instance. For v6, as stated earlier, I'm unsure is needed, as I know of no QNAP or Synology NAS built on top of v6 hardware. |
|
Then 'buildarch=6' will build for only v5 and v7. |
|
Done. |
|
I just noticed this.. why are you doing all the permutations on the service file in the PKGBUILD rather than just including your own service file in the package with the necessary corrections? |
|
I just chose to include all of the developer provided files. As service files are already present, I didn't consider necessary to exclude one of them and include my own. And as the changes were minimal, that seemed the way to go... |
|
Where is |
|
I don't know what has changed, but at some point someone chose to not provide it on the ALARM aur repository. Since then I just build it from scratch from AUR, as with any other AUR package. |
As per moonman instructions, discussed here: http://archlinuxarm.org/forum/viewtopic.php?f=53&t=6944