Commit b7d19ca452b52031703b8b6c454b2108ba956b4c
1 parent
ad349b21
Exists in
master
and in
5 other branches
Fixando path do libreoffice no Ubuntu
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
debian.rules
@@ -8,6 +8,10 @@ export DH_VERBOSE=1 | @@ -8,6 +8,10 @@ export DH_VERBOSE=1 | ||
8 | # This is the debhelper compatibility version to use. | 8 | # This is the debhelper compatibility version to use. |
9 | export DH_COMPAT=4 | 9 | export DH_COMPAT=4 |
10 | 10 | ||
11 | +# Libreoffice stuff | ||
12 | +export OFFICE_HOME=/usr/lib/libreoffice | ||
13 | +export OO_SDK_URE_HOME=/usr/lib/ure | ||
14 | + | ||
11 | CFLAGS = -g | 15 | CFLAGS = -g |
12 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) | 16 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) |
13 | CFLAGS += -O0 | 17 | CFLAGS += -O0 |