summaryrefslogtreecommitdiffstats
path: root/chicken-wranglers/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'chicken-wranglers/debian/rules')
-rwxr-xr-xchicken-wranglers/debian/rules15
1 files changed, 15 insertions, 0 deletions
diff --git a/chicken-wranglers/debian/rules b/chicken-wranglers/debian/rules
new file mode 100755
index 0000000..72c94da
--- /dev/null
+++ b/chicken-wranglers/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+ifneq (,$(wildcard /targets))
+ ifeq (,$(SBOX_DONT_SANITIZE))
+ export PATH:=/bin:/usr/bin
+ export MAKE:=make
+ export SBOX_REDIRECT_TO_DIRS:=/scratchbox/compilers/bin
+ ifneq (,$(shell debian/fixup-scratchbox))
+ $(error Error)
+ endif
+ endif
+endif
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/qmake.mk