summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-30 16:25:35 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-31 10:42:22 +0100
commitded43f722664799c8bcd035289f60d37020f3c5d (patch)
treeef203b0cee699b644f2c3dc76e5aed2503f04596 /setup_native
parentee27b235f620b09845f6909fffad6bb120222464 (diff)
setup_native: deliver Package_scripts to INSTDIR
Change-Id: I34512ab58696405cb439593e91995284ccbf7436
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/Package_scripts.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup_native/Package_scripts.mk b/setup_native/Package_scripts.mk
index 238c3714fbe3..53ddd96b762b 100644
--- a/setup_native/Package_scripts.mk
+++ b/setup_native/Package_scripts.mk
@@ -7,12 +7,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,setup_native/scripts,$(SRCDIR)/setup_native/scripts))
-
-$(eval $(call gb_Package_set_outdir,setup_native/scripts,$(OUTDIR)))
+$(eval $(call gb_Package_Package,setup_native_scripts,$(SRCDIR)/setup_native/scripts))
ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
-$(eval $(call gb_Package_add_file,setup_native/scripts,bin/unpack_update,unpack_update.sh))
+$(eval $(call gb_Package_add_file,setup_native_scripts,$(LIBO_BIN_FOLDER)/unpack_update,unpack_update.sh))
endif
# vim: set noet sw=4 ts=4: