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

(-)src5.1.4.orig/YACS_SRC_5.1.4/adm/unix/make_begin.am (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
# Standard directory for installation
23
# Standard directory for installation
24
salomeincludedir   = $(includedir)/salome
24
salomeincludedir   = $(includedir)/salome
25
libdir             = $(prefix)/lib/salome
25
libdir             = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
26
bindir             = $(prefix)/bin/salome
26
bindir             = $(prefix)/bin/salome
27
salomescriptdir    = $(bindir)
27
salomescriptdir    = $(bindir)
28
salomepythondir    = $(pythondir)/salome
28
salomepythondir    = $(pythondir)/salome
(-)src5.1.4.orig/YACS_SRC_5.1.4/src/genericgui/Makefile.am (-1 / +1 lines)
Lines 17-23 Link Here
17
#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
17
#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
#
18
#
19
19
20
libdir             = $(prefix)/lib/salome
20
libdir             = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
21
bindir             = $(prefix)/bin/salome
21
bindir             = $(prefix)/bin/salome
22
22
23
lib_LTLIBRARIES = libGenericGui.la
23
lib_LTLIBRARIES = libGenericGui.la

Return to bug 155974