summaryrefslogtreecommitdiff
path: root/scp2/inc/macros.inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-19 00:06:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:31 +0200
commit5e300e9030d8d0730223b1eea1627953524cb58c (patch)
tree561bc85514f044fc05dee7c9dfce3617516c2c77 /scp2/inc/macros.inc
parentdef1a59d18b8cb1bf351ae83f2f11acbe41a8229 (diff)
odk: remove Package_bin, instead auto-install executables
This is somewhat annoying since it requires re-introducing stupid directories in scp2, but if the executables should be put in INSTDIR directly then the Package_bin needs to go. Change-Id: I893694c7f9d4cb5b9ef8ec4a3d30e08536223740
Diffstat (limited to 'scp2/inc/macros.inc')
-rwxr-xr-xscp2/inc/macros.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 3b8740a8909d..2f605a9b611d 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -513,6 +513,14 @@ End
Styles = (PACKED); \
End
+#define SDK_EXECUTABLE(id,name) \
+ File id \
+ BIN_FILE_BODY; \
+ Dir = gid_Dir_Sdkoo_Bin; \
+ Name = name; \
+ Styles = (PACKED); \
+ End
+
#define GALLERY_NAME(id) \
#define GALLERY_FILELIST(id) \