summaryrefslogtreecommitdiff
path: root/mk/package.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 15:06:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 15:06:44 +0200
commitfa42036ae116355412e14f42bd7e23ee2229945b (patch)
treeff49e443b3f856d58048beb69b46eb82c33dd0d0 /mk/package.mk
parentd946003a107c44059d7bf580bd055c4b35c8d53f (diff)
fix comment
Diffstat (limited to 'mk/package.mk')
-rw-r--r--mk/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/package.mk b/mk/package.mk
index 66b3b8a25..964763f44 100644
--- a/mk/package.mk
+++ b/mk/package.mk
@@ -99,7 +99,7 @@ build-all-pkgs: ${_IPKGS_COOKIE}
# 5.) description for the package, $(PKG_DESCR)
# 6.) section of the package, $(PKG_SECTION)
# 7.) special package options $(PKG_OPTS)
-# noscripts -> do not install scripts to $(STAGING_TARGET_DIR)/target/scripts
+# noscripts -> do not install scripts to $(STAGING_TARGET_DIR)/scripts
# (needed for example for autoconf/automake)
# noremove -> do not remove files from $(STAGING_TARGET_DIR)/target while
# cleaning (needed for toolchain packages like glibc/eglibc)