소스 검색

fix comment

Waldemar Brodkorb 12 년 전
부모
커밋
fa42036ae1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mk/package.mk

+ 1 - 1
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)