Fixed pair of typoes in hgrep script.

This commit is contained in:
Scott McCreary
2012-07-23 23:40:13 +00:00
parent 3adec5571a
commit a8bbe30dcf
3 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,6 @@
# Distributed under the terms of the MIT License.
#
find $(finddir B_COMMON_DEVEOP_DIRECTORY/headers -type f -print0 | xargs -0 egrep "$@"
find $(finddir B_COMMON_DEVELOP_DIRECTORY)/headers -type f -print0 | xargs -0 egrep "$@"
# TODO add other header directories to search?

View File

@@ -0,0 +1,20 @@
DESCRIPTION="header grep"
HOMEPAGE="http://www.ports.haiku-files.org/"
SRC_URI="http://www.ports.haiku-files.org/export/1970/haikuports/trunk/sys-apps/hgrep/hgrep-1.0.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="e909cea8f7ae7f6c73fe75a691b0440f"
BUILD {
cd hgrep-1.0.1
}
INSTALL {
cd hgrep-1.0.1
BINDIR=`finddir B_COMMON_BIN_DIRECTORY`
mkdir -p $DESTDIR/$BINDIR
cp hgrep $DESTDIR/$BINDIR
}
LICENSE="MIT"
COPYRIGHT="2011 Haiku, Inc."

Binary file not shown.