Kaydet (Commit) 59dbfa41 authored tarafından Michael Stahl's avatar Michael Stahl

padmin: let Package deliver to $INSTDIR

Change-Id: I824179f2040df917544c253712eb3afe19ec9fb1
üst 954d6958
...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,padmin,\ ...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,padmin,\
Executable_spadmin.bin \ Executable_spadmin.bin \
Library_spa \ Library_spa \
AllLangResTarget_spa \ AllLangResTarget_spa \
Package_inc \ Package_padmin \
UIConfig_spa \ UIConfig_spa \
)) ))
endif endif
......
...@@ -17,7 +17,10 @@ ...@@ -17,7 +17,10 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 . # the License at http://www.apache.org/licenses/LICENSE-2.0 .
# #
$(eval $(call gb_Package_Package,padmin_src,$(SRCDIR)/padmin/source)) $(eval $(call gb_Package_Package,padmin,$(SRCDIR)/padmin/source))
$(eval $(call gb_Package_add_file,padmin_src,bin/spadmin,spadmin.sh))
$(eval $(call gb_Package_set_outdir,padmin,$(INSTDIR)))
$(eval $(call gb_Package_add_file,padmin,program/spadmin,spadmin.sh))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -500,9 +500,9 @@ End ...@@ -500,9 +500,9 @@ End
#if defined(UNX) && !defined(MACOSX) && !defined(LIBO_HEADLESS) #if defined(UNX) && !defined(MACOSX) && !defined(LIBO_HEADLESS)
File gid_Brand_File_Bin_Spadmin File gid_Brand_File_Bin_Spadmin
BIN_FILE_BODY; BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program; Dir = FILELIST_DIR;
Name = "spadmin"; Name = "padmin.filelist";
Styles = (PACKED); Styles = (PACKED, FILELIST);
End End
#endif #endif
......
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