diff --git a/packages/devel/attr/build b/packages/devel/attr/build index 77a1a97d57..a267422a13 100755 --- a/packages/devel/attr/build +++ b/packages/devel/attr/build @@ -23,8 +23,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/devel/attr/meta b/packages/devel/attr/meta index 20f4d9b026..8c5c6c0054 100644 --- a/packages/devel/attr/meta +++ b/packages/devel/attr/meta @@ -31,5 +31,5 @@ PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="accessibility" PKG_SHORTDESC="attr: Extended Attributes Of Filesystem Objects" -PKG_LONGDESC="Extended attributes are name:value pairs associated perma- nently with files and directories, similar to the environ- ment strings associated with a process. An attribute may be defined or undefined. If it is defined, its value may be empty or non-empty. Extended attributes are extensions to the normal attributes which are associated with all inodes in the system (i.e. the stat(2) data). They are often used to provide additional functionality to a filesystem - for example, additional security features such as Access Con- trol Lists (ACLs) may be implemented using extended attributes." +PKG_LONGDESC="Extended attributes are name:value pairs associated permanently with files and directories, similar to the environment strings associated with a process. An attribute may be defined or undefined. If it is defined, its value may be empty or non-empty. Extended attributes are extensions to the normal attributes which are associated with all inodes in the system (i.e. the stat(2) data). They are often used to provide additional functionality to a filesystem - for example, additional security features such as Access Control Lists (ACLs) may be implemented using extended attributes." PKG_IS_ADDON="no"