From 677d745877ae503bffceee8c090d52ffb41c0066 Mon Sep 17 00:00:00 2001 From: noryb009 Date: Sat, 7 Dec 2013 08:10:53 -0500 Subject: [PATCH] Build Randomizer in current directory --- .../randomizer/patches/randomizer-1.0.0b1.patch | 14 ++++++++------ haiku-apps/randomizer/randomizer-1.0.0b1.recipe | 4 +--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/haiku-apps/randomizer/patches/randomizer-1.0.0b1.patch b/haiku-apps/randomizer/patches/randomizer-1.0.0b1.patch index 5c939d24a..0951e990f 100644 --- a/haiku-apps/randomizer/patches/randomizer-1.0.0b1.patch +++ b/haiku-apps/randomizer/patches/randomizer-1.0.0b1.patch @@ -1,19 +1,19 @@ -From f826308b984f415dce6680aad5e15e6a1795f7f3 Mon Sep 17 00:00:00 2001 +From 24da7eed9c8cd793d4f873100584b70ea11d4458 Mon Sep 17 00:00:00 2001 From: Luke -Date: Fri, 6 Dec 2013 00:19:26 +0000 +Date: Sat, 7 Dec 2013 13:04:48 +0000 Subject: [PATCH] Add makefile --- - src/makefile | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 126 insertions(+) + src/makefile | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 128 insertions(+) create mode 100644 src/makefile diff --git a/src/makefile b/src/makefile new file mode 100644 -index 0000000..18dfc48 +index 0000000..c6df5ad --- /dev/null +++ b/src/makefile -@@ -0,0 +1,126 @@ +@@ -0,0 +1,128 @@ +## BeOS Generic Makefile v2.3 ## + +## Fill in this file to specify the project being created, and the referenced @@ -138,6 +138,8 @@ index 0000000..18dfc48 +# /dev/video/usb when loaded. Default is "misc". +DRIVER_PATH = + ++TARGET_DIR = . ++ +## include the makefile-engine +include $(BUILDHOME)/etc/makefile-engine -- diff --git a/haiku-apps/randomizer/randomizer-1.0.0b1.recipe b/haiku-apps/randomizer/randomizer-1.0.0b1.recipe index 5a0e80f7e..544b91c46 100644 --- a/haiku-apps/randomizer/randomizer-1.0.0b1.recipe +++ b/haiku-apps/randomizer/randomizer-1.0.0b1.recipe @@ -46,9 +46,7 @@ BUILD() INSTALL() { - cd src - architecture=${buildArchitecture/_/-} mkdir -p $appsDir - cp objects.$architecture-release/Randomizer $appsDir + cp src/Randomizer $appsDir addAppDeskbarSymlink $appsDir/Randomizer }