blob: adfc54269bcd867ac10664637395dce0859ccdca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: hmake-3.14/script/harch
===================================================================
--- hmake-3.14.orig/script/harch 2010-01-31 20:35:47.000000000 +0100
+++ hmake-3.14/script/harch 2010-01-31 20:36:07.000000000 +0100
@@ -4,6 +4,10 @@
# May 1999: ensure that small differences (e.g. kernel version)
# don't matter.
+# On Debian, arch is "debian"
+echo debian
+exit 0
+
PROCESSOR=
OS=
REL=
|