| Summary: | [Packaging] RKWard won't start due to misconfigured path | ||
|---|---|---|---|
| Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
| Component: | general | Assignee: | RKWard Team <rkward-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
RKWard Team
2011-07-03 09:50:46 UTC
Hi\!
I'm surprised it worked, before. Generally, you should always pass the final directories to cmake, then use DESTDIR to install to a prefix for packaging. I.e.:
cmake -DCMAKE\_INSTALL\_PREFIX="/usr" -DR\_LIBDIR="/usr/lib/R/library"
make
make install DESTDIR="$\{pkgdir\}"
Let me know, if this does not fix the issue.
Regards
Thomas
No further reply, so closing this. If you continue to see problems with this, please open a new ticket. - **status**: open --> closed-invalid |