diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-15 23:37:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-16 10:56:58 +0100 |
commit | d38327338942404bc87853515e8aafae85c98ea4 (patch) | |
tree | e28da3bda098b981b81922f39d1de4293b334077 /Repository.mk | |
parent | 596981370acda590ba183a6adb03e0fd432ed4da (diff) |
spadmin.bin gets installed into basis-foo/program, needs corresponding RPATH
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 4cee3e313aeb..dde5f11db285 100644 --- a/Repository.mk +++ b/Repository.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ )) $(eval $(call gb_Helper_register_executables,OOO, \ + spadmin.bin \ testtool \ )) @@ -68,7 +69,6 @@ else $(eval $(call gb_Helper_register_executables,BRAND,\ soffice.bin \ - spadmin.bin \ unopkg.bin \ )) |