summaryrefslogtreecommitdiff
path: root/scripts/update-patches2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
commit90f603e2be40d996c421ae8e95464e38911eabaf (patch)
treea3a8aa942a9acf078eed1333404de22aaa106219 /scripts/update-patches2
parentf9292cf478867567f80ad270d4351e9a48ef4d06 (diff)
s/TOPDIR/ADK_TOPDIR/
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
Diffstat (limited to 'scripts/update-patches2')
-rw-r--r--scripts/update-patches22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-patches2 b/scripts/update-patches2
index 5b95f33f9..03a8690b5 100644
--- a/scripts/update-patches2
+++ b/scripts/update-patches2
@@ -23,7 +23,7 @@ CURDIR=$PWD
export CURDIR PATCH_LIST
rm -f patches/*.new
-mksh "${TOPDIR}"/scripts/update-patches |&
+mksh "${ADK_TOPDIR}"/scripts/update-patches |&
first=1
set -A toedit
while IFS= read -p -d '' -r; do