summaryrefslogtreecommitdiff
path: root/scripts/create-pkg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-02 17:12:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-02 17:13:35 +0200
commitc222886f38ea1185c1b420f03d1e1fb377506af0 (patch)
tree0ba5c36cb5d1ad37e8969dc96d47181234a175c0 /scripts/create-pkg
parent48758993b09a96f83c2bd190a5586421c90428e7 (diff)
simplify adding new arch
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
Diffstat (limited to 'scripts/create-pkg')
-rwxr-xr-xscripts/create-pkg6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/create-pkg b/scripts/create-pkg
deleted file mode 100755
index a41d379d2..000000000
--- a/scripts/create-pkg
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-topdir=$(readlink -nf $(dirname $0)/.. 2>/dev/null || (cd $(dirname $0)/..; pwd -P))
-if [ -d "$topdir/target/collections" ];then
- cat $topdir/target/collections/* > $topdir/package/Config.in.collections 2>/dev/null
-fi
-exit 0