Kaydet (Commit) ece304a9 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fix build for --enable-epm / --with-package-format=deb rpm case.

This was somewhat broken after the setup_native gbuild conversion.

Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b
üst 577d7ecd
......@@ -20,7 +20,6 @@ ifeq ($(OS),LINUX)
ifneq ($(filter rpm,$(PKGFORMAT)),)
$(eval $(call gb_Package_add_file,scripts_generated,bin/userscripts/install,install))
$(eval $(call gb_Package_add_file,scripts_generated,bin/userscripts/uninstall,uninstall))
$(eval $(call gb_Package_add_file,scripts_generated,bin/openoffice-userland-1.0-0.noarch.rpm,noarch/fake-db-1.0-0.noarch.rpm))
endif
endif
# vim: set noet sw=4 ts=4:
......@@ -784,7 +784,7 @@ sub get_ld_preload_string
{
my ($includepatharrayref) = @_;
my $getuidlibraryname = "getuid.so";
my $getuidlibraryname = "libgetuid.so";
my $getuidlibraryref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$getuidlibraryname, $includepatharrayref, 0);
if ($$getuidlibraryref eq "") { installer::exiter::exit_program("ERROR: Could not find $getuidlibraryname!", "get_ld_preload_string"); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment