documentation: remove unneeded comment

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-05-28 10:39:29 +02:00
parent e859aa061c
commit 0f61380d28
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ PKG_ADDON_TYPE="[type]"
# PKG_ADDON_PROVIDES="executable" # PKG_ADDON_PROVIDES="executable"
# PKG_ADDON_REQUIRES="some.addon:0.0.0" # PKG_ADDON_REQUIRES="some.addon:0.0.0"
# build specific variables
#PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example #PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example
# " # "

View File

@ -30,7 +30,6 @@ PKG_SHORTDESC="[short description of the package, e.g. libexample: library to ca
PKG_LONGDESC="[long description of the package, often taken from the package/project website, e.g. libexample: this project is created to calculate examples for x and y, with maximum efficiency and fewer errors]" PKG_LONGDESC="[long description of the package, often taken from the package/project website, e.g. libexample: this project is created to calculate examples for x and y, with maximum efficiency and fewer errors]"
# PKG_TOOLCHAIN="auto" # PKG_TOOLCHAIN="auto"
# build specific variables
#PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example #PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example
# " # "