First check in

This commit is contained in:
2016-11-07 11:57:44 -06:00
commit fe7106dccd
8 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur a/defn2c.pl b/defn2c.pl
--- a/defn2c.pl 2014-03-23 12:27:30.000000000 -0500
+++ b/defn2c.pl 2016-11-06 15:21:35.200000000 -0600
@@ -2,7 +2,7 @@
use strict;
-my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
+my $DEB_HOST_ARCH_OS = 'linux';
$DEB_HOST_ARCH_OS =~ s/\n//;