File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include $(top_builddir)/Makeconf
8
8
9
9
install install-strip : install-R-framework
10
10
@ (sed ' s|^LIBR =.*|LIBR = -F$(R_FRAMEWORK_DIR)/.. -framework R|' \
11
- $(top_builddir ) /etc/Makeconf > " $( rhome ) /etc${R_ARCH} /Makeconf" )
11
+ $(top_builddir ) /etc/Makeconf > " $( DESTDIR ) $( R_FRAMEWORK_DIR ) /Resources /etc${R_ARCH} /Makeconf" )
12
12
@ (sed ' s/Versions\/$(FW_VERSION)\/Resources/Resources/' \
13
13
" $( DESTDIR) $( R_FRAMEWORK_DIR) /Resources/bin/R" > \
14
14
" $( DESTDIR) $( R_FRAMEWORK_DIR) /Resources/bin/RR" )
@@ -37,7 +37,7 @@ install-R-framework:
37
37
ln -f -s -n Versions/Current/Resources Resources)
38
38
@# # the resulting libR will point dyld to the fat libR regardless of its origin
39
39
@ (cd " $( DESTDIR) $( R_FRAMEWORK_DIR) /Resources/lib" && \
40
- install_name_tool -id " $( R_FRAMEWORK_DIR) /Versions/$( FW_VERSION) /Resources/lib/libR.dylib" $( Rexeclibdir ) /libR.dylib)
40
+ install_name_tool -id " $( R_FRAMEWORK_DIR) /Versions/$( FW_VERSION) /Resources/lib/libR.dylib" " $( DESTDIR ) $( Rexeclibdir) /libR.dylib" )
41
41
@ ( otool=otool ; if otool -D " $( DESTDIR) $( Rexeclibdir) /libR.dylib" | grep ' not an object' > /dev/null; then otool=otool64; fi ; \
42
42
for lib in Rlapack Rblas R; do \
43
43
if test -e " $( DESTDIR) $( Rexeclibdir) /lib$$ {lib}.dylib" ; then $( ECHO) " lib$$ {lib}" ; \
You can’t perform that action at this time.
0 commit comments