Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)./COMPONENT_SRC_3.2.6/build_configure.org (-1 / +1 lines)
Lines 144-150 Link Here
144
144
145
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
145
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
146
echo "" >> configure.in_tmp1
146
echo "" >> configure.in_tmp1
147
echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
147
echo 'cp -prf ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
148
148
149
echo  "" >> configure.in_tmp1
149
echo  "" >> configure.in_tmp1
150
echo "AC_OUTPUT([ \\" >> configure.in_tmp1
150
echo "AC_OUTPUT([ \\" >> configure.in_tmp1
(-)./COMPONENT_SRC_3.2.6/adm_local/Makefile.in.org (-2 / +2 lines)
Lines 26-37 Link Here
26
all: resources
26
all: resources
27
27
28
install:
28
install:
29
	cp -rf @top_srcdir@/adm_local @prefix@
29
#	cp -rf @top_srcdir@/adm_local @prefix@
30
30
31
bin:
31
bin:
32
32
33
resources :
33
resources :
34
	cp -rf @top_srcdir@/adm_local $(top_builddir)
34
#	cp -rf @top_srcdir@/adm_local $(top_builddir)
35
35
36
inc:
36
inc:
37
37

Return to bug 155974