summaryrefslogtreecommitdiff
path: root/setup_native/Package_misc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/Package_misc.mk')
-rw-r--r--setup_native/Package_misc.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup_native/Package_misc.mk b/setup_native/Package_misc.mk
index e03e5ca582d5..a90a3994529e 100644
--- a/setup_native/Package_misc.mk
+++ b/setup_native/Package_misc.mk
@@ -7,10 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,setup_native/misc,$(SRCDIR)/setup_native/source))
+$(eval $(call gb_Package_Package,setup_native_misc,$(SRCDIR)/setup_native/source))
-$(eval $(call gb_Package_set_outdir,setup_native/misc,$(OUTDIR)))
-
-$(eval $(call gb_Package_add_file,setup_native/misc,bin/desktophelper.txt,win32/desktophelper.txt))
+$(eval $(call gb_Package_add_file,setup_native_misc,$(LIBO_BIN_FOLDER)/desktophelper.txt,win32/desktophelper.txt))
# vim: set noet sw=4 ts=4: