mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fixed pair of typoes in hgrep script.
This commit is contained in:
@@ -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?
|
||||
|
||||
20
sys-apps/hgrep/hgrep-1.0.1.bep
Normal file
20
sys-apps/hgrep/hgrep-1.0.1.bep
Normal 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."
|
||||
BIN
sys-apps/hgrep/hgrep-1.0.1.zip
Normal file
BIN
sys-apps/hgrep/hgrep-1.0.1.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user