From 52fbd67a509ac692011ca1c15493ecdb9ed7e025 Mon Sep 17 00:00:00 2001 From: nallath Date: Thu, 27 Feb 2014 11:02:36 +0100 Subject: [PATCH] Changed package script to no longer allow linux as build option (use x86 or x64 instead) --- package.sh | 1 - scripts/linux/debian_amd64/DEBIAN/control | 0 scripts/linux/debian_amd64/DEBIAN/postinst | 0 3 files changed, 1 deletion(-) mode change 100644 => 100755 scripts/linux/debian_amd64/DEBIAN/control mode change 100644 => 100755 scripts/linux/debian_amd64/DEBIAN/postinst diff --git a/package.sh b/package.sh index 459e5bd1..03d1c03d 100755 --- a/package.sh +++ b/package.sh @@ -10,7 +10,6 @@ ##Select the build target BUILD_TARGET=${1:-none} #BUILD_TARGET=win32 -#BUILD_TARGET=linux #BUILD_TARGET=darwin #BUILD_TARGET=debian_i386 #BUILD_TARGET=debian_amd64 diff --git a/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control old mode 100644 new mode 100755 diff --git a/scripts/linux/debian_amd64/DEBIAN/postinst b/scripts/linux/debian_amd64/DEBIAN/postinst old mode 100644 new mode 100755 -- 2.30.2